summaryrefslogtreecommitdiff
path: root/cpukit/score/src/watchdogremove.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-27 05:57:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-27 05:57:05 +0000
commita8eed2387c28bb56ada10f815874cc55b8d820a5 (patch)
tree88a38afe4060bea6f2c179f87ff8cfce6e359d11 /cpukit/score/src/watchdogremove.c
parent771af46fac8a7994c1c7538029f65b47c3270f01 (diff)
Include config.h.
Diffstat (limited to 'cpukit/score/src/watchdogremove.c')
-rw-r--r--cpukit/score/src/watchdogremove.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index 91e4c30340..3ce3367657 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>