Merge pull request #1077 from cxd4/TxCache
[GlideHQ] undeclared stuff from stdlib and string
This commit is contained in:
commit
6f1783671f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue