aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index 4e35fa2c3..c693d24ea 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -59,6 +59,7 @@
59 */ 59 */
60#define MAX_SIZE 65536 60#define MAX_SIZE 65536
61 61
62#if ! defined(__ANDROID__)
62#ifndef _LINUX_IN6_H 63#ifndef _LINUX_IN6_H
63/** 64/**
64 * This is in linux/include/net/ipv6.h, but not always exported... 65 * This is in linux/include/net/ipv6.h, but not always exported...
@@ -70,6 +71,7 @@ struct in6_ifreq
70 unsigned int ifr6_ifindex; 71 unsigned int ifr6_ifindex;
71}; 72};
72#endif 73#endif
74#endif
73 75
74 76
75/** 77/**