Try to fix borland
This commit is contained in:
parent
53082a4f34
commit
a533cc6093
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue