summaryrefslogtreecommitdiff
path: root/evsignal-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'evsignal-internal.h')
-rw-r--r--evsignal-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/evsignal-internal.h b/evsignal-internal.h
index fcae1a74..e706f920 100644
--- a/evsignal-internal.h
+++ b/evsignal-internal.h
@@ -28,8 +28,9 @@
#define _EVSIGNAL_H_
#ifndef evutil_socket_t
-#include "evutil.h"
+#include "event2/util.h"
#endif
+#include <signal.h>
typedef void (*ev_sighandler_t)(int);