commit | f57c0bfab20b4fae10fc2e385d5e32fc93895670 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Apr 07 13:46:21 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Apr 07 13:49:12 2017 -0700 |
tree | 7d498273c0ef6e87e02dbb90d6a088f5f0f0cd2d | |
parent | 3f5eaae526413a29de899270714469c76dc91ec8 [diff] [blame] |
init: clean up more headers We don't need everyone including <sys/system_properties.h> Test: boot bullhead Change-Id: I73d507e4f273678eaf15947725741e1e3b966cc6
diff --git a/init/builtins.cpp b/init/builtins.cpp index e0a98f5..7298dff 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp
@@ -33,6 +33,7 @@ #include <sys/socket.h> #include <sys/stat.h> #include <sys/syscall.h> +#include <sys/system_properties.h> #include <sys/time.h> #include <sys/types.h> #include <sys/wait.h>