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