diff options
author | Niels Provos <provos@gmail.com> | 2009-01-22 02:47:35 +0000 |
---|---|---|
committer | Niels Provos <provos@gmail.com> | 2009-01-22 02:47:35 +0000 |
commit | a077fb8c099e90523d1365bbd9f2db8328a46ca1 (patch) | |
tree | 19c0f41c2f3de4f6d4680822e1aba493911f1486 /test/regress_rpc.c | |
parent | 56ea4687a5e6cf131c825c99a8f0ffe04afa4c2d (diff) | |
download | libevent-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.c | 2 |
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 |