OSDN Git Service

Add missing <malloc.h> include.
authorElliott Hughes <enh@google.com>
Fri, 30 Jan 2015 01:10:03 +0000 (17:10 -0800)
committerElliott Hughes <enh@google.com>
Fri, 30 Jan 2015 01:10:03 +0000 (17:10 -0800)
Change-Id: Ia5c6a5f00ed67488746b2ca85aa21f2ebfee510e

uevent/uevent.c

index b9e3557..e40aa2e 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <hardware_legacy/uevent.h>
 
+#include <malloc.h>
 #include <string.h>
 #include <unistd.h>
 #include <poll.h>