summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtclock.c')
-rw-r--r--cpukit/rtems/src/rtclock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c
index f9c4d2c292..652f443677 100644
--- a/cpukit/rtems/src/rtclock.c
+++ b/cpukit/rtems/src/rtclock.c
@@ -11,6 +11,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/clock.h>