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