Some targets need string.h here.

Thanks, Patrice!
This commit is contained in:
Ryan C. Gordon 2010-02-03 22:50:07 -05:00
parent 68db1196be
commit 6d6fec87ad
1 changed files with 4 additions and 0 deletions

View File

@ -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"