commit | a744b05984a963966cec08758ffe582d241be9d7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 11:37:57 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 11:37:57 2015 -0800 |
tree | f9bde7bcbcc5f3e49cafe045b5951d3acdf27d23 | |
parent | 9c4c5a6ed934490ba0fcce661594975a6f4c2c89 [diff] [blame] |
Add missing <malloc.h> and <string.h> includes. Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
diff --git a/toolbox/restorecon.c b/toolbox/restorecon.c index 3568625..cb5799e 100644 --- a/toolbox/restorecon.c +++ b/toolbox/restorecon.c
@@ -1,6 +1,7 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <errno.h> #include <selinux/selinux.h> #include <selinux/android.h>