summaryrefslogtreecommitdiff
path: root/test/regress.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-02-28 04:02:29 +0000
committerNiels Provos <provos@gmail.com>2007-02-28 04:02:29 +0000
commit127c260bb7f8e972fffab9bc72bd1f53eae48730 (patch)
tree54b17097804851aae50538385ab94594c2f092ef /test/regress.c
parent995a58a374c4b1ce28c214d22dfdf00329b28957 (diff)
downloadlibevent-127c260bb7f8e972fffab9bc72bd1f53eae48730.tar.gz
make evconfig.h available as installed header file; not
really ideal but good enough for me; from Nick Mathewson svn:r339
Diffstat (limited to 'test/regress.c')
-rw-r--r--test/regress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress.c b/test/regress.c
index 580b3cab..671a15e7 100644
--- a/test/regress.c
+++ b/test/regress.c
@@ -31,7 +31,7 @@
#endif
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "evconfig.h"
#endif
#include <sys/types.h>