summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:21:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:21:51 +0000
commita3011be0d267a090c8bfa01a4ebe093bc203a1c4 (patch)
tree990fbfa2a16bd0c975679ece1bca5e8a21e96056 /server.c
parentdc1e1125a55af9a928a7cbe99026ad500c4271b1 (diff)
Look for libevent2 differently from libevent for platforms with both.
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.c b/server.c
index 9a1875f4..6aee61fc 100644
--- a/server.c
+++ b/server.c
@@ -24,7 +24,6 @@
#include <sys/wait.h>
#include <errno.h>
-#include <event.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>