aboutsummaryrefslogtreecommitdiff
path: root/cad/openscad/files/patch-src_handle__dep.cc
blob: 8fabaa4e3524732747723df5f9716518fe1291ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- https://github.com/openscad/openscad/issues/4453

--- src/handle_dep.cc.orig	2022-12-20 00:11:57 UTC
+++ src/handle_dep.cc
@@ -9,6 +9,8 @@
 #include <boost/filesystem.hpp>
 namespace fs = boost::filesystem;
 
+#include <sys/wait.h>
+
 std::unordered_set<std::string> dependencies;
 const char *make_command = nullptr;