From 8111fac0650c6e4dbb296dfc8f63453e4532f30b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 29 Dec 2009 14:38:35 -0500 Subject: [PATCH] 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. --- evport.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evport.c b/evport.c index 1baac621..a203d8ae 100644 --- a/evport.c +++ b/evport.c @@ -64,6 +64,9 @@ #include #include +#include + +#include "evthread-internal.h" #include "event-internal.h" #include "log-internal.h" #include "evsignal-internal.h" -- 2.50.1