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