commit | 0badbd6565fea17be39d82eba858fa76d28920a4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 12:24:25 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 12:24:25 2014 -0800 |
tree | 8ca328b75740a85cafe6afafde97162569d56dad | |
parent | 2978ad4c6d660f02ff0a1742749b6818b2616b69 [diff] [blame] |
Fix missing #includes in system/core. Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
diff --git a/libprocessgroup/processgroup.cpp b/libprocessgroup/processgroup.cpp index 4b09f24..a80965f 100644 --- a/libprocessgroup/processgroup.cpp +++ b/libprocessgroup/processgroup.cpp
@@ -19,6 +19,7 @@ #include <assert.h> #include <dirent.h> +#include <errno.h> #include <fcntl.h> #include <inttypes.h> #include <stdbool.h>