diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 15:05:11 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 15:05:11 +0200 |
| commit | 4c73c57b9ee0c12a6dc423b663753f4b812a8b10 (patch) | |
| tree | ee31259088d4f477e2df5639661f0a9ab127fd9c | |
| parent | 8ffceb67ba7060e7a1be1cec6749b03202b850ce (diff) | |
| -rw-r--r-- | src/ProcessLinux.hpp | 2 |
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 { |
