summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-10-31 02:29:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-10-31 02:29:08 (GMT)
commita533cc6093e412c71c02d171e3ebe383e3a71dd2 (patch)
tree2d4c386bb099cc6a1be6903b8dd36f3afedb4563 /Utilities
parent53082a4f34665c03c000252c44f27253085ee97b (diff)
downloadCMake-a533cc6093e412c71c02d171e3ebe383e3a71dd2.zip
CMake-a533cc6093e412c71c02d171e3ebe383e3a71dd2.tar.gz
CMake-a533cc6093e412c71c02d171e3ebe383e3a71dd2.tar.bz2
Try to fix borland
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmlibarchive/libarchive/archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive.h b/Utilities/cmlibarchive/libarchive/archive.h
index f880b30..c577db2 100644
--- a/Utilities/cmlibarchive/libarchive/archive.h
+++ b/Utilities/cmlibarchive/libarchive/archive.h
@@ -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