diff options
author | Elliott Hughes <enh@google.com> | 2014-12-29 12:24:25 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-12-29 12:24:25 -0800 |
commit | 0badbd6565fea17be39d82eba858fa76d28920a4 (patch) | |
tree | 8ca328b75740a85cafe6afafde97162569d56dad /libprocessgroup | |
parent | 2978ad4c6d660f02ff0a1742749b6818b2616b69 (diff) | |
download | core-0badbd6565fea17be39d82eba858fa76d28920a4.tar.gz core-0badbd6565fea17be39d82eba858fa76d28920a4.tar.bz2 core-0badbd6565fea17be39d82eba858fa76d28920a4.zip |
Fix missing #includes in system/core.
Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
Diffstat (limited to 'libprocessgroup')
-rw-r--r-- | libprocessgroup/processgroup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libprocessgroup/processgroup.cpp b/libprocessgroup/processgroup.cpp index 4b09f247c..a80965fd0 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> |