Browse Source

ERR: Added missing include of stdio.h for sprintf.

Brad King 23 years ago
parent
commit
d9326ed78d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/cmake.cxx

+ 2 - 0
Source/cmake.cxx

@@ -32,6 +32,8 @@
 #include "cmGlobalUnixMakefileGenerator.h"
 #endif
 
+#include <stdio.h>
+
 cmake::cmake()
 {
   m_Verbose = false;