[GlideHQ] undeclared malloc() and free()
This commit is contained in:
parent
5703334bb6
commit
210cce3e65
|
@ -26,6 +26,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h> /* memcpy, memset */
|
||||
#include <stdlib.h> /* malloc, free */
|
||||
|
||||
#include "TxCache.h"
|
||||
#include "TxDbg.h"
|
||||
|
|
Loading…
Reference in New Issue