Fix "error: implicit declaration of function 'free'".

Change-Id: I8a76fc6ce69b8e356f4bf51784eb7c58dba04002
This commit is contained in:
Elliott Hughes 2015-01-30 22:16:59 -08:00
parent d9b8554910
commit 4f88e2f118
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <pthread.h>
#include <sys/ioctl.h>