From 22c58b02423985004345d147193e4e112c75461b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 24 Jul 2006 23:19:40 +1000 Subject: - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including system headers before defines.h will cause conflicting definitions. --- cleanup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cleanup.c') diff --git a/cleanup.c b/cleanup.c index 4e6c79ce..0d9f2a6d 100644 --- a/cleanup.c +++ b/cleanup.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include #include "log.h" -- cgit v1.2.3