瀏覽代碼

Some targets need string.h here.

Thanks, Patrice!
(transplanted from 93b8ed5502a5bc476ea86a0f90211917b21a5b57)
Ryan C. Gordon 16 年之前
父節點
當前提交
c906916f4e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lzma/C/Archive/7z/7zDecode.c

+ 4 - 0
lzma/C/Archive/7z/7zDecode.c

@@ -2,6 +2,10 @@
 
 #include <memory.h>
 
+/* BEGIN PHYSFS CHANGE */
+#include <string.h>
+/* END PHYSFS CHANGE */
+
 #include "7zDecode.h"
 #ifdef _SZ_ONE_DIRECTORY
 #include "LzmaDecode.h"