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.
13 lines
296 B
13 lines
296 B
6 years ago
|
--- ./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
|
||
|
+#ifdef __ANDROID__
|
||
|
+#include "ns_parse.h"
|
||
|
+#endif
|
||
|
|
||
|
#include "gettext.h"
|
||
|
#define _(string) gettext(string)
|