Some targets need string.h here.
Thanks, Patrice! (transplanted from 93b8ed5502a5bc476ea86a0f90211917b21a5b57)
This commit is contained in:
parent
2276520de9
commit
c906916f4e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue