aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-16 20:04:27 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-16 20:04:52 +0100
commit9d0035b23fea7789f47778c8424047e609f59834 (patch)
tree5e368194f7241d3fa362dd194097480565ff270a /src
parent1d2b751c50be84f41a5ce1911f2b641933ca7651 (diff)
downloadgnunet-9d0035b23fea7789f47778c8424047e609f59834.tar.gz
gnunet-9d0035b23fea7789f47778c8424047e609f59834.zip
attempt to fix code portability issue reported on help-gnunet
Diffstat (limited to 'src')
-rw-r--r--src/dns/gnunet-helper-dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index f236924bb..fb970224a 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -83,7 +83,7 @@
83 */ 83 */
84#define MAX_SIZE 65536 84#define MAX_SIZE 65536
85 85
86#ifndef _LINUX_IN6_H 86#if !HAVE_DECL_STRUCT_IN6_IFREQ
87/** 87/**
88 * This is in linux/include/net/ipv6.h, but not always exported... 88 * This is in linux/include/net/ipv6.h, but not always exported...
89 */ 89 */