diff options
| author | 2014-03-10 11:39:17 +0000 | |
|---|---|---|
| committer | 2014-03-10 11:39:17 +0000 | |
| commit | b515928167be7e1fb77b3c69f9395f37f14948fa (patch) | |
| tree | c8c3a0e3f259cecdde08a79061df6e1cb000cfa6 /compiler | |
| parent | 3346585e6a9df3f4b1ba7a1156e1447326a46f2f (diff) | |
| parent | e84bfb5a809310f29b97e18203e99a2126f2f084 (diff) | |
Merge "New header fix for gcc 4.7 build."
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/elf_stripper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/elf_stripper.cc b/compiler/elf_stripper.cc index b8cc5c0774..42291b2c7a 100644 --- a/compiler/elf_stripper.cc +++ b/compiler/elf_stripper.cc @@ -16,6 +16,8 @@ #include "elf_stripper.h" +#include <unistd.h> +#include <sys/types.h> #include <vector> #include "UniquePtr.h" |