summaryrefslogtreecommitdiff
path: root/init/sigchld_handler.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-06-26 10:46:20 -0700
committerTom Cherry <tomcherry@google.com>2019-06-26 13:45:07 -0700
commit2aeb1addeeb7cca6b8c6c266ad4770b1b9530f97 (patch)
treec28ccbd08772a5db244bb8def9d9b4b16a2fcb1e /init/sigchld_handler.cpp
parentc0349199db745ee53e8d1133ddfce57fccc69cc7 (diff)
Split out ServiceList and ServiceParser from service.cpp/.h
These always should have been in their own files. Test: build Change-Id: I201109b5ee63016e78901bbfd404846d45e1d4e6
Diffstat (limited to 'init/sigchld_handler.cpp')
-rw-r--r--init/sigchld_handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/sigchld_handler.cpp b/init/sigchld_handler.cpp
index 987b2f98c..c9a09cd89 100644
--- a/init/sigchld_handler.cpp
+++ b/init/sigchld_handler.cpp
@@ -30,6 +30,7 @@
#include "init.h"
#include "service.h"
+#include "service_list.h"
using android::base::StringPrintf;
using android::base::boot_clock;