summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-08 01:18:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-08 01:18:09 (GMT)
commit386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3 (patch)
treee7bee7770ba9dea3498ad448d89b840ecdaf7e25 /Source/cmLocalBorlandMakefileGenerator.cxx
parenta4eebcb5b179aa1833c844a7a5f083ef5d002690 (diff)
downloadCMake-386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3.zip
CMake-386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3.tar.gz
CMake-386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3.tar.bz2
fix for borland compilers
Diffstat (limited to 'Source/cmLocalBorlandMakefileGenerator.cxx')
-rw-r--r--Source/cmLocalBorlandMakefileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalBorlandMakefileGenerator.cxx b/Source/cmLocalBorlandMakefileGenerator.cxx
index 872fc90..d35de52 100644
--- a/Source/cmLocalBorlandMakefileGenerator.cxx
+++ b/Source/cmLocalBorlandMakefileGenerator.cxx
@@ -23,7 +23,7 @@
#include "cmCacheManager.h"
#include "cmGeneratedFileStream.h"
#include "windows.h"
-
+#include <stdio.h>
cmLocalBorlandMakefileGenerator::cmLocalBorlandMakefileGenerator()
{