From: Nick Mathewson Date: Sun, 5 Apr 2009 04:26:46 +0000 (+0000) Subject: Finally, get unit tests to pass with threading turned off again. X-Git-Tag: release-2.0.1-alpha~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28255a26357afde52f2e73cd163bdde929480477;p=libevent Finally, get unit tests to pass with threading turned off again. svn:r1137 --- diff --git a/evthread-internal.h b/evthread-internal.h index 2f0080a8..bdcbf9f0 100644 --- a/evthread-internal.h +++ b/evthread-internal.h @@ -31,6 +31,7 @@ #endif #include "event-config.h" +#include "util-internal.h" struct event_base;