summaryrefslogtreecommitdiff
path: root/sig.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-10-18 15:51:58 +0100
committerIan C <ianc@noddybox.co.uk>2021-10-18 15:51:58 +0100
commit1e8861be9a1730393cce1fd0c52274a3f19ea108 (patch)
tree95937b492c7d09b5578d642188b751cd0721a8f4 /sig.c
parentf8c48bd4be409e3f56e0d4d14ae6ab1cc95aeda7 (diff)
Fixed warnings on debian.
Diffstat (limited to 'sig.c')
-rw-r--r--sig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sig.c b/sig.c
index 1ab0bbb..5076dcf 100644
--- a/sig.c
+++ b/sig.c
@@ -1,6 +1,8 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
+#include <sys/types.h>
+#include <sys/wait.h>
int main()
{