summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-10 15:05:11 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-10 15:05:11 +0200
commit4c73c57b9ee0c12a6dc423b663753f4b812a8b10 (patch)
treeee31259088d4f477e2df5639661f0a9ab127fd9c
parent8ffceb67ba7060e7a1be1cec6749b03202b850ce (diff)
Add missing includesHEADmain
-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 {