aboutsummaryrefslogtreecommitdiff
path: root/osdep-linux.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 /osdep-linux.c
parentdc1e1125a55af9a928a7cbe99026ad500c4271b1 (diff)
downloadrtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.tar.gz
rtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.tar.bz2
rtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.zip
Look for libevent2 differently from libevent for platforms with both.
Diffstat (limited to 'osdep-linux.c')
-rw-r--r--osdep-linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep-linux.c b/osdep-linux.c
index 5f0d9352..7dbab1f0 100644
--- a/osdep-linux.c
+++ b/osdep-linux.c
@@ -20,7 +20,6 @@
#include <sys/stat.h>
#include <sys/param.h>
-#include <event.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>