diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 13:25:00 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 13:25:00 +0000 |
commit | b1a1fabac70201e9b05aeb9fd6af703f0fbffdb4 (patch) | |
tree | c03705e3b77b1fd2d39e2179eea9f85932f3af61 /sysdep/unix/main.c | |
parent | 781aa475aaa7503d4a86f0d4b8771cd027d30c04 (diff) |
*BSD port added. (Tested on FreeBSD and NetBSD)
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" |