]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] include <signal.h> not <sys/signal.h>
authorEvan Hunt <each@isc.org>
Sun, 16 Feb 2014 21:11:26 +0000 (13:11 -0800)
committerEvan Hunt <each@isc.org>
Sun, 16 Feb 2014 21:11:26 +0000 (13:11 -0800)
bin/delve/delve.c

index 36672ee22b97566a4e40593051f2c87fc350b43d..3ff7d78fb002bac585d9ae1089e461c8c14d6c57 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/signal.h>
+#include <signal.h>
 
 #include <netinet/in.h>