commit | 3cd1230c5eb3f7948e5b183ed79fc64349dc4c93 | [log] [tgz] |
---|---|---|
author | Siddhartha S <ssid@google.com> | Mon Jun 03 16:16:19 2019 -0700 |
committer | Siddhartha S <ssid@google.com> | Mon Jun 03 16:16:19 2019 -0700 |
tree | 99a29e1ca4c02a5a5770c498de184fb0c4889b30 | |
parent | 34367f7ded68501b4c829eb67f26220363b1a593 [diff] |
Fix idle_alloc.cc build The file did not include signal.h Change-Id: Ie9951514a374162da149f722917fa7bdbe25e5ac
diff --git a/tools/idle_alloc.cc b/tools/idle_alloc.cc index 09dc645..1a1dd5a 100644 --- a/tools/idle_alloc.cc +++ b/tools/idle_alloc.cc
@@ -19,6 +19,7 @@ #include <errno.h> #include <fcntl.h> #include <inttypes.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h>