summaryrefslogtreecommitdiffstats
path: root/libsync
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 11:37:57 -0800
committerElliott Hughes <enh@google.com>2015-01-28 11:37:57 -0800
commita744b05984a963966cec08758ffe582d241be9d7 (patch)
treef9bde7bcbcc5f3e49cafe045b5951d3acdf27d23 /libsync
parent9c4c5a6ed934490ba0fcce661594975a6f4c2c89 (diff)
downloadsystem_core-a744b05984a963966cec08758ffe582d241be9d7.zip
system_core-a744b05984a963966cec08758ffe582d241be9d7.tar.gz
system_core-a744b05984a963966cec08758ffe582d241be9d7.tar.bz2
Add missing <malloc.h> and <string.h> includes.
Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
Diffstat (limited to 'libsync')
-rw-r--r--libsync/sync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsync/sync.c b/libsync/sync.c
index 4892866..d73bb11 100644
--- a/libsync/sync.c
+++ b/libsync/sync.c
@@ -17,6 +17,7 @@
*/
#include <fcntl.h>
+#include <malloc.h>
#include <stdint.h>
#include <string.h>