summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorKevin Bowling <kevin.bowling@kev009.com>2011-01-02 08:43:45 -0700
committerKevin Bowling <kevin.bowling@kev009.com>2011-01-02 08:43:45 -0700
commit0915ca0aa64edac92b05c2dfcf6b11d1b1753321 (patch)
tree899e5197b54eab081827f3eb5b11ff0518622ef0 /bufferevent-internal.h
parentf6d66bc7167a5b1249cf5a82196547ebe1077d83 (diff)
downloadlibevent-0915ca0aa64edac92b05c2dfcf6b11d1b1753321.tar.gz
Include evconfig-private.h in internal files for great good.
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index 9d84e739..8c45fe9c 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -31,6 +31,7 @@ extern "C" {
#endif
#include "event2/event-config.h"
+#include "evconfig-private.h"
#include "event2/util.h"
#include "defer-internal.h"
#include "evthread-internal.h"