commit | a8b1eb3fcf13fab029a16fa3b6636218a64c4583 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 28 17:59:29 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 28 17:59:29 2014 -0800 |
tree | d36173147fe379d5b636503743b6fe37455322a0 | |
parent | 2ec592c338f5c5021f127e92212d156cd909c617 [diff] |
Fix build. Change-Id: I71cde79263d5f5a8382865b8151f65c5c05ea17b
diff --git a/libc/include/sys/socket.h b/libc/include/sys/socket.h index b6107a5..db6902a 100644 --- a/libc/include/sys/socket.h +++ b/libc/include/sys/socket.h
@@ -45,6 +45,8 @@ #define sockaddr_storage __kernel_sockaddr_storage typedef unsigned short sa_family_t; +struct timespec; + #ifdef __mips__ #define SOCK_DGRAM 1 #define SOCK_STREAM 2