summaryrefslogtreecommitdiff
path: root/evdns.c
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 /evdns.c
parentf6d66bc7167a5b1249cf5a82196547ebe1077d83 (diff)
downloadlibevent-0915ca0aa64edac92b05c2dfcf6b11d1b1753321.tar.gz
Include evconfig-private.h in internal files for great good.
Diffstat (limited to 'evdns.c')
-rw-r--r--evdns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/evdns.c b/evdns.c
index a1636a14..75e6b997 100644
--- a/evdns.c
+++ b/evdns.c
@@ -34,8 +34,10 @@
* Version: 0.1b
*/
-#include <sys/types.h>
#include "event2/event-config.h"
+#include "evconfig-private.h"
+
+#include <sys/types.h>
#ifndef _FORTIFY_SOURCE
#define _FORTIFY_SOURCE 3