Try to fix borland

This commit is contained in:
Bill Hoffman 2009-10-30 22:29:08 -04:00
parent 53082a4f34
commit a533cc6093
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include <sys/stat.h>
#include <sys/types.h> /* Linux requires this for off_t */
#if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX)
#if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) && !defined(__BORLANDC__)
/* Header unavailable on Watcom C or MS Visual C++ or SFU. */
#include <inttypes.h> /* int64_t, etc. */
#endif