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