소스 검색

drose: add missing includes

cowynn_wdig 17 년 전
부모
커밋
8d7f794b41
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      ppremake/ppremake.h

+ 7 - 0
ppremake/ppremake.h

@@ -16,6 +16,13 @@
   #include "config.h"
 #endif
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
 #ifdef __cplusplus
 #ifdef HAVE_IOSTREAM
 #include <iostream>