diff options
Diffstat (limited to 'sysdep/unix/main.c')
-rw-r--r-- | sysdep/unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 2e10521b..e16eb699 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -12,7 +12,7 @@ #include <stdlib.h> #include <fcntl.h> #include <unistd.h> -#include <sys/signal.h> +#include <signal.h> #include "nest/bird.h" #include "lib/lists.h" |