From 411e20a28ecc7153cf114fa46e8fb0308d28f5ec Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Fri, 31 Aug 2001 00:07:38 +0000 Subject: [PATCH] See changelog 2001-08-30 21:10 gmt -3 --- harbour/contrib/libct/files.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/libct/files.c b/harbour/contrib/libct/files.c index ca2a83cd3a..8fb1b94bf6 100644 --- a/harbour/contrib/libct/files.c +++ b/harbour/contrib/libct/files.c @@ -53,7 +53,7 @@ #define HB_OS_WIN_32_USED #include -#include + #if defined(HB_OS_DOS) static struct ffblk fsOldFiles; @@ -76,13 +76,14 @@ static struct ffblk fsOldFiles; #endif #include "hb_io.h" #include "dos.h" - + #include #endif #if defined(HB_OS_WIN_32) static HANDLE hLastFind; static WIN32_FIND_DATA Lastff32; LPTSTR GetDate(FILETIME *rTime); LPTSTR GetTime(FILETIME *rTime); +#include #endif