From 8889a7703999d3ce5902b5b8e239107579c75ca0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 27 Jan 2009 22:30:46 +0000 Subject: Replace all use of config.h with event-config.h. svn:r1064 --- log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'log.c') diff --git a/log.c b/log.c index 793ea5c2..d157a694 100644 --- a/log.c +++ b/log.c @@ -38,7 +38,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "event-config.h" #endif #ifdef WIN32 @@ -47,7 +47,7 @@ #undef WIN32_LEAN_AND_MEAN #endif #include -#ifdef HAVE_SYS_TIME_H +#ifdef _EVENT_HAVE_SYS_TIME_H #include #else #include -- cgit v1.2.1