summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/adasupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/adasupp.c')
-rw-r--r--c/src/exec/posix/src/adasupp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/adasupp.c b/c/src/exec/posix/src/adasupp.c
index 234b0c2a40..f1caf80023 100644
--- a/c/src/exec/posix/src/adasupp.c
+++ b/c/src/exec/posix/src/adasupp.c
@@ -1,6 +1,10 @@
/*
* $Id$
*/
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <assert.h>
#include <errno.h>