diff options
Diffstat (limited to 'third_party/libevent/test/regress_rpc.c')
-rw-r--r-- | third_party/libevent/test/regress_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/test/regress_rpc.c b/third_party/libevent/test/regress_rpc.c index c80fb9d..7609347 100644 --- a/third_party/libevent/test/regress_rpc.c +++ b/third_party/libevent/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 |