summaryrefslogtreecommitdiff
path: root/test/test-time.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 /test/test-time.c
parent9993137cbbd9508dbf28e431e0f84d809c516128 (diff)
downloadlibevent-8889a7703999d3ce5902b5b8e239107579c75ca0.tar.gz
Replace all use of config.h with event-config.h.
svn:r1064
Diffstat (limited to 'test/test-time.c')
-rw-r--r--test/test-time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-time.c b/test/test-time.c
index b44a6370..14bed7c4 100644
--- a/test/test-time.c
+++ b/test/test-time.c
@@ -3,7 +3,7 @@
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "event-config.h"
#endif