Kaynağa Gözat

added stdio

Ken Martin 22 yıl önce
ebeveyn
işleme
565ed7d8a1
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Source/cmStandardIncludes.h

+ 1 - 0
Source/cmStandardIncludes.h

@@ -75,6 +75,7 @@
 
 
 // include the "c" string header
 // include the "c" string header
 #include <string.h>
 #include <string.h>
+#include <stdio.h>
 
 
 #if !defined(_WIN32) && defined(__COMO__)
 #if !defined(_WIN32) && defined(__COMO__)
 // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.
 // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.