Skip to content

Commit

Permalink
Merge branch 'openscad:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gsohler committed Dec 22, 2022
2 parents edd9f17 + b621fa6 commit 4d7b03a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/handle_dep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#include <boost/filesystem.hpp>
namespace fs = boost::filesystem;

#ifndef _WIN32 // NOT _WIN32
#include <sys/wait.h>
#endif // NOT _WIN32

std::unordered_set<std::string> dependencies;
const char *make_command = nullptr;

Expand Down

0 comments on commit 4d7b03a

Please sign in to comment.