summaryrefslogtreecommitdiff
path: root/test/regress_rpc.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2009-01-22 02:47:35 +0000
committerNiels Provos <provos@gmail.com>2009-01-22 02:47:35 +0000
commita077fb8c099e90523d1365bbd9f2db8328a46ca1 (patch)
tree19c0f41c2f3de4f6d4680822e1aba493911f1486 /test/regress_rpc.c
parent56ea4687a5e6cf131c825c99a8f0ffe04afa4c2d (diff)
downloadlibevent-a077fb8c099e90523d1365bbd9f2db8328a46ca1.tar.gz
rename sys/signal.h to signal.h; configure m4 macro dir; this assist with compilation on Haiku
svn:r1033
Diffstat (limited to 'test/regress_rpc.c')
-rw-r--r--test/regress_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress_rpc.c b/test/regress_rpc.c
index 78ccd651..79f8b6c2 100644
--- a/test/regress_rpc.c
+++ b/test/regress_rpc.c
@@ -42,7 +42,7 @@
#include <sys/queue.h>
#ifndef WIN32
#include <sys/socket.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <unistd.h>
#include <netdb.h>
#endif