app_server: Include malloc.h to appease GCC2.
This commit is contained in:
parent
206846d0f5
commit
1bb19993c0
@ -11,6 +11,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <Autolock.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user