Browse Source

ENH: put back stdio.h to get sprintf

Bill Hoffman 24 years ago
parent
commit
8da64c7c44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefile.cxx

+ 1 - 0
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()