summaryrefslogtreecommitdiff
path: root/evport.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-27 22:30:46 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-27 22:30:46 +0000
commit8889a7703999d3ce5902b5b8e239107579c75ca0 (patch)
treef6828b5c1f17c3fc33f71da9936dccfbcfeb28bc /evport.c
parent9993137cbbd9508dbf28e431e0f84d809c516128 (diff)
downloadlibevent-8889a7703999d3ce5902b5b8e239107579c75ca0.tar.gz
Replace all use of config.h with event-config.h.
svn:r1064
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evport.c b/evport.c
index b349973a..79ab2380 100644
--- a/evport.c
+++ b/evport.c
@@ -51,7 +51,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "event-config.h"
#endif
#include <sys/time.h>