see changelog

This commit is contained in:
Eddie Runia
1999-07-20 08:06:38 +00:00
parent cfaa004b8d
commit 2d06d0f598
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990720-09:55 CET Eddie Runia <eddie@runia.com>
* source/rtl/files.c
#include <errno.h> added for __BORLANDC__
19990720-09:30 CET Eddie Runia <eddie@runia.com>
* tests/working/run_all.bat
%1 exchanged for test_all

View File

@@ -52,6 +52,7 @@
#define HAVE_POSIX_IO
#endif
#endif
#include <errno.h>
#endif
#ifdef __MPW__