commit | 824e30e5ed35b8f416fea12ce574b012aedaaab5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 29 22:32:32 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 29 22:32:32 2015 -0800 |
tree | 2a332575f795fa9da6852a609766fb27b90cedaf | |
parent | 0e17a265f5e8bf233a3e3b74fc03ada3dc467bed [diff] [blame] |
Add missing includes. Change-Id: I1dad32ab459c25063a70cf52100a29d00fea3a90
diff --git a/cmds/servicemanager/binder.c b/cmds/servicemanager/binder.c index db7632d..d1ab05f 100644 --- a/cmds/servicemanager/binder.c +++ b/cmds/servicemanager/binder.c
@@ -4,6 +4,7 @@ #include <inttypes.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <errno.h> #include <unistd.h> #include <fcntl.h>