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