summaryrefslogtreecommitdiffstats
path: root/libprocessgroup
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 12:24:25 -0800
committerElliott Hughes <enh@google.com>2014-12-29 12:24:25 -0800
commit0badbd6565fea17be39d82eba858fa76d28920a4 (patch)
tree8ca328b75740a85cafe6afafde97162569d56dad /libprocessgroup
parent2978ad4c6d660f02ff0a1742749b6818b2616b69 (diff)
downloadsystem_core-0badbd6565fea17be39d82eba858fa76d28920a4.zip
system_core-0badbd6565fea17be39d82eba858fa76d28920a4.tar.gz
system_core-0badbd6565fea17be39d82eba858fa76d28920a4.tar.bz2
Fix missing #includes in system/core.
Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
Diffstat (limited to 'libprocessgroup')
-rw-r--r--libprocessgroup/processgroup.cpp1
1 files changed, 1 insertions, 0 deletions
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>