mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
Add missing thread imports so that evport.c will build
When I made the changes to release the base lock around the call to port_getn(), I didn't add evthread-internal.h to the includes in evport.c would build, and I didn't catch it since I haven't got a Solaris host to build on. Tao Feng just reported this on Libevent-users.
This commit is contained in:
parent
5a43df82b8
commit
8111fac065
3
evport.c
3
evport.c
@ -64,6 +64,9 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include <event2/thread.h>
|
||||||
|
|
||||||
|
#include "evthread-internal.h"
|
||||||
#include "event-internal.h"
|
#include "event-internal.h"
|
||||||
#include "log-internal.h"
|
#include "log-internal.h"
|
||||||
#include "evsignal-internal.h"
|
#include "evsignal-internal.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user