summaryrefslogtreecommitdiff
path: root/log.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 /log.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 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index c9275e36..0aacbae6 100644
--- a/log.c
+++ b/log.c
@@ -38,7 +38,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "evconfig.h"
#endif
#ifdef WIN32