app_server: Include malloc.h to appease GCC2.

This commit is contained in:
Augustin Cavalier 2019-07-28 15:31:11 -04:00
parent 206846d0f5
commit 1bb19993c0

View File

@ -11,6 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <Autolock.h>