[GlideHQ] undeclared malloc() and free()

This commit is contained in:
2016-05-02 23:52:51 -04:00
parent 5703334bb6
commit 210cce3e65
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#endif
#include <string.h> /* memcpy, memset */
#include <stdlib.h> /* malloc, free */
#include "TxCache.h"
#include "TxDbg.h"