summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-22 18:53:14 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-22 18:53:14 (GMT)
commit8da64c7c443dc7847e360d37255a03e5efec130f (patch)
treebe6cd89acf9ab929f30e145d386daf3ed7d7db5b /Source/cmMakefile.cxx
parent81e6046a99f30b7d4fb596b68eea55ab9de2a627 (diff)
downloadCMake-8da64c7c443dc7847e360d37255a03e5efec130f.zip
CMake-8da64c7c443dc7847e360d37255a03e5efec130f.tar.gz
CMake-8da64c7c443dc7847e360d37255a03e5efec130f.tar.bz2
ENH: put back stdio.h to get sprintf
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 2c13e5f..ccc477e 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCommands.h"
#include "cmCacheManager.h"
#include "cmFunctionBlocker.h"
+#include <stdio.h> // required for sprintf
// default is not to be building executables
cmMakefile::cmMakefile()