mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Look for libevent2 differently from libevent for platforms with both.
This commit is contained in:
@ -23,11 +23,12 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <event.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#ifndef nitems
|
||||
#define nitems(_a) (sizeof((_a)) / sizeof((_a)[0]))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user