commit | 2acf36d8cfeb5ddb293904148aa70f25ef6d8845 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 17 13:30:13 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 17 13:30:13 2012 -0700 |
tree | 5c62c963b8f46dadee9ab24a0264603dacd42fad | |
parent | d8af1592a97f7447ecf93f85098cb36340ab0fe2 [diff] |
Don't rely on transitive #includes. Change-Id: I76af535da581002b7c5315d432e5c19db62a86eb
diff --git a/src/thread.cc b/src/thread.cc index 6fcbaca..3892c23 100644 --- a/src/thread.cc +++ b/src/thread.cc
@@ -18,6 +18,7 @@ #include <dynamic_annotations.h> #include <pthread.h> +#include <signal.h> #include <sys/mman.h> #include <sys/resource.h> #include <sys/time.h>