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