commit | dbf05b722af99ba2fd2f4c4fc7eb6c3e9880e5d1 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Dec 15 00:55:24 2011 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Thu Dec 15 10:18:54 2011 -0800 |
tree | 41a93654631c6163c777172e9254ab48ba4010e5 | |
parent | c2b4447ae9c0c1e77595620acac6508999df6698 [diff] [blame] |
Adding newly required headers Change-Id: I4c121eaf8fdade8b038fdc696df2d93309d78133
diff --git a/src/thread.cc b/src/thread.cc index 741727c..92d358c 100644 --- a/src/thread.cc +++ b/src/thread.cc
@@ -19,6 +19,8 @@ #include <dynamic_annotations.h> #include <pthread.h> #include <sys/mman.h> +#include <sys/resource.h> +#include <sys/time.h> #include <algorithm> #include <bitset>