summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/ptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/ptimer.c')
-rw-r--r--cpukit/posix/src/ptimer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index ab51dcc9bb..40688916f0 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -1,6 +1,10 @@
/*
* ptimer.c,v 1.1 1996/06/03 16:29:58 joel Exp
*/
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <assert.h>
#include <time.h>