summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-03-10 11:27:57 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2014-03-10 11:27:57 +0000
commite84bfb5a809310f29b97e18203e99a2126f2f084 (patch)
tree882401d1499c5e3519939e08e75caa902f38d6a8
parent75b10e7c56103f9097b730da92f1f0029ccb7c94 (diff)
New header fix for gcc 4.7 build.
Change-Id: I09b49368c19d3bfb3a81d8e23b0dacf596d3bda7
-rw-r--r--compiler/elf_stripper.cc2
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"