aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-helper-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/gnunet-helper-dns.c')
-rw-r--r--src/dns/gnunet-helper-dns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index ca3a2532d..a9c2c6d28 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -65,7 +65,9 @@
65 */ 65 */
66#include "platform.h" 66#include "platform.h"
67 67
68#include <linux/if_tun.h> 68#ifdef IF_TUN_HDR
69#include IF_TUN_HDR
70#endif
69 71
70/** 72/**
71 * Need 'struct GNUNET_MessageHeader'. 73 * Need 'struct GNUNET_MessageHeader'.