summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-23 16:04:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-23 16:04:20 +0000
commit3d83b18970f32467596830845793b18a858f59e6 (patch)
treefdcfca81d975835407b150a2c7e1847b3c745f49 /libc
parent04bbef377b9941bf6d67d9c515b6640a314fb032 (diff)
parentdaf8911079ad9c5e0b874701aabe3835e94991b6 (diff)
Merge "[MIPS64] Fix mips64 build."
Diffstat (limited to 'libc')
-rw-r--r--libc/arch-mips64/bionic/stat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-mips64/bionic/stat.cpp b/libc/arch-mips64/bionic/stat.cpp
index df63906cb2..2767fbd1cd 100644
--- a/libc/arch-mips64/bionic/stat.cpp
+++ b/libc/arch-mips64/bionic/stat.cpp
@@ -29,7 +29,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/syscall.h>
-#include <asm/unistd.h>
+#include <unistd.h>
struct kernel_stat {
unsigned int st_dev;