From 3973e40a54b01fd9f1e4c687c34aa7830a4c2350 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 1998 16:34:25 +0000 Subject: Should have included before checking for ifdef RTEMS_UNIX. Bug report from Olivier Hainque on SPARC Solaris 2.6. --- c/src/exec/libcsupport/src/__gettod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/libcsupport') diff --git a/c/src/exec/libcsupport/src/__gettod.c b/c/src/exec/libcsupport/src/__gettod.c index 218c49bb76..e937ce1ca6 100644 --- a/c/src/exec/libcsupport/src/__gettod.c +++ b/c/src/exec/libcsupport/src/__gettod.c @@ -1,3 +1,5 @@ +#include + #if !defined(RTEMS_UNIX) /* * RTEMS gettimeofday Implementation @@ -14,8 +16,6 @@ * $Id$ */ -#include - #ifdef RTEMS_NEWLIB #include #endif -- cgit v1.2.3