Didn't anyone notice the attachment I added to 86474 to prevent this?
This commit is contained in:
mkaply%us.ibm.com 2001-07-25 03:35:56 +00:00
Родитель 206f211a4f
Коммит 5dee02ab1f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,9 @@
#include <Files.h>
#elif defined(XP_WIN)
#include <windows.h>
#elif defined(XP_OS2)
#define INCL_DOSERRORS
#include <os2.h>
#else
// XXX add necessary include file for ftruncate (or equivalent)
#endif