commit | ada2da990b407d57a4f12cbb1bc12122984e67d6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 17 17:58:58 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 17 17:58:58 2012 -0800 |
tree | a9aceae973461bfe142ebda92b75f5436ec66342 | |
parent | e7d856b911222aa000ca2be0f8f63f5b292141c3 [diff] [blame] |
Add a missing #include. Change-Id: Iebb2d6d26beaaac09dece87bbe2165f52f0b63eb
diff --git a/src/dalvik_system_Zygote.cc b/src/dalvik_system_Zygote.cc index d74d3eb..49556bf 100644 --- a/src/dalvik_system_Zygote.cc +++ b/src/dalvik_system_Zygote.cc
@@ -16,6 +16,7 @@ #include <grp.h> #include <paths.h> +#include <signal.h> #include <stdlib.h> #include <sys/prctl.h> #include <sys/types.h>