summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/ptimer1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/ptimer1.c')
-rw-r--r--cpukit/posix/src/ptimer1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/src/ptimer1.c b/cpukit/posix/src/ptimer1.c
index eee24d966c..08eb003b03 100644
--- a/cpukit/posix/src/ptimer1.c
+++ b/cpukit/posix/src/ptimer1.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>