diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-22 18:53:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-22 18:53:14 (GMT) |
commit | 8da64c7c443dc7847e360d37255a03e5efec130f (patch) | |
tree | be6cd89acf9ab929f30e145d386daf3ed7d7db5b /Source/cmMakefile.cxx | |
parent | 81e6046a99f30b7d4fb596b68eea55ab9de2a627 (diff) | |
download | CMake-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.cxx | 1 |
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() |