Merge pull request #1077 from cxd4/TxCache

[GlideHQ] undeclared stuff from stdlib and string
This commit is contained in:
zilmar 2016-05-03 14:44:44 +10:00
commit 6f1783671f
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#pragma warning(disable: 4786)
#endif
#include <string.h> /* memcpy, memset */
#include <stdlib.h> /* malloc, free */
#include "TxCache.h"
#include "TxDbg.h"
#include <zlib/zlib.h>