Look for libevent2 differently from libevent for platforms with both.

This commit is contained in:
Nicholas Marriott
2021-01-17 17:21:51 +00:00
parent dc1e1125a5
commit a3011be0d2
22 changed files with 48 additions and 70 deletions

1
tmux.c
View File

@ -21,7 +21,6 @@
#include <sys/utsname.h>
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <langinfo.h>
#include <locale.h>