summaryrefslogtreecommitdiff
path: root/test/regress_main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-07-07 16:45:03 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-06 20:21:27 -0400
commitec347b92251e188a13cbbfe0fe2e00aa14aeeca5 (patch)
treec975190624f2e4be4a38db090c01eac2966ed139 /test/regress_main.c
parent5fa30d2bf443e9fc4c6ab9bf01f761006b97132d (diff)
downloadlibevent-ec347b92251e188a13cbbfe0fe2e00aa14aeeca5.tar.gz
Move event-config.h to include/event2
This change means that all required include files are in event2, and all files not in event2/* are optional.
Diffstat (limited to 'test/regress_main.c')
-rw-r--r--test/regress_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress_main.c b/test/regress_main.c
index 822ea80b..29d82475 100644
--- a/test/regress_main.c
+++ b/test/regress_main.c
@@ -32,7 +32,7 @@
#include <fcntl.h>
#endif
-#include "event-config.h"
+#include "event2/event-config.h"
#ifdef _EVENT___func__
#define __func__ _EVENT___func__
@@ -71,7 +71,7 @@
#include <event2/dns_compat.h>
#include <event2/thread.h>
-#include "event-config.h"
+#include "event2/event-config.h"
#include "regress.h"
#include "tinytest.h"
#include "tinytest_macros.h"