diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-10-18 15:51:58 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-10-18 15:51:58 +0100 |
commit | 1e8861be9a1730393cce1fd0c52274a3f19ea108 (patch) | |
tree | 95937b492c7d09b5578d642188b751cd0721a8f4 /sig.c | |
parent | f8c48bd4be409e3f56e0d4d14ae6ab1cc95aeda7 (diff) |
Fixed warnings on debian.
Diffstat (limited to 'sig.c')
-rw-r--r-- | sig.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include <stdlib.h> #include <unistd.h> #include <stdio.h> +#include <sys/types.h> +#include <sys/wait.h> int main() { |