diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-17 17:21:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-17 17:21:51 +0000 |
commit | a3011be0d267a090c8bfa01a4ebe093bc203a1c4 (patch) | |
tree | 990fbfa2a16bd0c975679ece1bca5e8a21e96056 /osdep-netbsd.c | |
parent | dc1e1125a55af9a928a7cbe99026ad500c4271b1 (diff) | |
download | rtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.tar.gz rtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.tar.bz2 rtmux-a3011be0d267a090c8bfa01a4ebe093bc203a1c4.zip |
Look for libevent2 differently from libevent for platforms with both.
Diffstat (limited to 'osdep-netbsd.c')
-rw-r--r-- | osdep-netbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep-netbsd.c b/osdep-netbsd.c index 67894175..b473e017 100644 --- a/osdep-netbsd.c +++ b/osdep-netbsd.c @@ -22,7 +22,6 @@ #include <sys/sysctl.h> #include <errno.h> -#include <event.h> #include <limits.h> #include <stdlib.h> #include <string.h> |