From 2d06d0f59891c6683aed2373d558f14f59df1938 Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Tue, 20 Jul 1999 08:06:38 +0000 Subject: [PATCH] see changelog --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/files.c | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 146570773a..39e3887992 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990720-09:55 CET Eddie Runia + * source/rtl/files.c + #include added for __BORLANDC__ + 19990720-09:30 CET Eddie Runia * tests/working/run_all.bat %1 exchanged for test_all diff --git a/harbour/source/rtl/files.c b/harbour/source/rtl/files.c index 22d5864d1b..8f0f7de770 100644 --- a/harbour/source/rtl/files.c +++ b/harbour/source/rtl/files.c @@ -52,6 +52,7 @@ #define HAVE_POSIX_IO #endif #endif + #include #endif #ifdef __MPW__