You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
322 B

--- ./src/net.c.orig 2019-03-11 01:51:40.871856847 +0000
+++ ./src/net.c 2019-03-11 01:52:12.276387923 +0000
@@ -64,6 +64,9 @@
# include <arpa/nameser.h>
# include <resolv.h>
#endif
+#if defined(__ANDROID__) && defined(__LP64__)
+#include "ns_parse.h"
+#endif
#include "gettext.h"
#define _(string) gettext(string)