From fb228e73c8dbe01ba22be0da0d0813a5b10971c6 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 27 Jan 2004 09:05:01 -0500 Subject: ERR: Properly handle mode_t on borland --- Source/cmStandardIncludes.h | 2 +- Source/cmSystemTools.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 0243a18..572bcac 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -118,7 +118,7 @@ extern int putenv (char *__string) __THROW; # endif #endif -#if defined( _MSC_VER ) || defined( __BORLANDC__ ) +#if defined( _MSC_VER ) typedef unsigned short mode_t; #endif diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index d183cae..f5ee0fe 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -20,6 +20,7 @@ #include "cmStandardIncludes.h" #include +#include /** \class cmSystemTools * \brief A collection of useful functions for CMake. -- cgit v0.12