From 4fb3a1a5476e550f53937a7c4b1becd5b2592811 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 10 Aug 2008 06:14:14 +0000 Subject: [PATCH] added HAVE_CONFIG_H --- common/os_calls.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/os_calls.c b/common/os_calls.c index a4104249..b3a80438 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -24,6 +24,9 @@ put all the os / arch define in here you want */ +#if defined(HAVE_CONFIG_H) +#include "config_ac.h" +#endif #if defined(_WIN32) #include #include