Drop ndk-patches/route.h.patch
This commit is contained in:
parent
abc75e0c59
commit
9c4da6ce9b
@ -1,13 +0,0 @@
|
|||||||
Fix problem where <linux/route.h> needed <sys/socket.h> to compile.
|
|
||||||
|
|
||||||
diff -u -r /Users/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/linux/route.h ./usr/include/linux/route.h
|
|
||||||
--- /Users/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/linux/route.h 2014-10-15 04:53:49.000000000 +0200
|
|
||||||
+++ ./usr/include/linux/route.h 2014-12-14 20:10:13.000000000 +0100
|
|
||||||
@@ -18,6 +18,7 @@
|
|
||||||
****************************************************************************/
|
|
||||||
#ifndef _LINUX_ROUTE_H
|
|
||||||
#define _LINUX_ROUTE_H
|
|
||||||
+#include <sys/socket.h> /* for struct sockaddr */
|
|
||||||
#include <linux/if.h>
|
|
||||||
#include <linux/compiler.h>
|
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
Loading…
Reference in New Issue
Block a user