From 8da64c7c443dc7847e360d37255a03e5efec130f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 22 Jun 2001 14:53:14 -0400 Subject: [PATCH] ENH: put back stdio.h to get sprintf --- Source/cmMakefile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 2c13e5f825..ccc477eab5 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 // required for sprintf // default is not to be building executables cmMakefile::cmMakefile()