summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ProcessLinux.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ProcessLinux.hpp b/src/ProcessLinux.hpp
index 533054e..296453b 100644
--- a/src/ProcessLinux.hpp
+++ b/src/ProcessLinux.hpp
@@ -3,6 +3,8 @@
#include <fcntl.h>
#include <sys/wait.h>
#include <unistd.h>
+#include <sys/types.h>
+#include <signal.h>
namespace uciadapter {