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