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/service.cpp b/init/service.cpp index 8cb8dc1..4adbbf0 100644 --- a/init/service.cpp +++ b/init/service.cpp
@@ -24,6 +24,7 @@ #include <sys/prctl.h> #include <sys/resource.h> #include <sys/stat.h> +#include <sys/system_properties.h> #include <sys/time.h> #include <sys/wait.h> #include <termios.h>