summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sigfillset.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/sigfillset.c')
-rw-r--r--c/src/exec/posix/src/sigfillset.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/sigfillset.c b/c/src/exec/posix/src/sigfillset.c
index bf7ef93ee2..df0450f695 100644
--- a/c/src/exec/posix/src/sigfillset.c
+++ b/c/src/exec/posix/src/sigfillset.c
@@ -11,6 +11,9 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <pthread.h>
#include <errno.h>