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