From a8eed2387c28bb56ada10f815874cc55b8d820a5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Jan 2005 05:57:05 +0000 Subject: Include config.h. --- cpukit/rtems/src/clocktodtoseconds.c | 4 ++++ cpukit/rtems/src/clocktodvalidate.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/src/clocktodtoseconds.c b/cpukit/rtems/src/clocktodtoseconds.c index ae60f512b0..5bea09cc25 100644 --- a/cpukit/rtems/src/clocktodtoseconds.c +++ b/cpukit/rtems/src/clocktodtoseconds.c @@ -12,6 +12,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c index 1a92f81c57..6db0c9eb67 100644 --- a/cpukit/rtems/src/clocktodvalidate.c +++ b/cpukit/rtems/src/clocktodvalidate.c @@ -12,6 +12,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3