summaryrefslogtreecommitdiff
path: root/event_tagging.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-03-01 06:25:18 +0000
committerNiels Provos <provos@gmail.com>2007-03-01 06:25:18 +0000
commitb5d2f9a255dbd5eb7d650cd8d829fb85c9c69f2c (patch)
treec2563e100272d59209172abe6eb18542c5c0b9bb /event_tagging.c
parent8d94bd03ebac666171fbbc75a598ef01f63390f5 (diff)
downloadlibevent-b5d2f9a255dbd5eb7d650cd8d829fb85c9c69f2c.tar.gz
rolling back r339: evconfig.h does not work
svn:r341
Diffstat (limited to 'event_tagging.c')
-rw-r--r--event_tagging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_tagging.c b/event_tagging.c
index 91f903a3..6b127243 100644
--- a/event_tagging.c
+++ b/event_tagging.c
@@ -29,7 +29,7 @@
#include <sys/param.h>
#ifdef HAVE_CONFIG_H
-#include "evconfig.h"
+#include "config.h"
#endif
#ifdef WIN32