summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/os_calls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 5f107f47..2ed2cb81 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -21,6 +21,10 @@
#if !defined(OS_CALLS_H)
#define OS_CALLS_H
+#if defined(HAVE_CONFIG_H)
+#include "config_ac.h"
+#endif
+
#ifndef NULL
#define NULL 0
#endif