aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dns/gnunet-service-dns_new.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dns/gnunet-service-dns_new.c b/src/dns/gnunet-service-dns_new.c
index 968f850fb..db1f9c899 100644
--- a/src/dns/gnunet-service-dns_new.c
+++ b/src/dns/gnunet-service-dns_new.c
@@ -32,6 +32,9 @@
32#include "gnunet_statistics_service.h" 32#include "gnunet_statistics_service.h"
33#include "tcpip_tun.h" 33#include "tcpip_tun.h"
34 34
35#ifndef IPVERSION
36#define IPVERSION 4
37#endif
35 38
36/** 39/**
37 * Phases each request goes through. 40 * Phases each request goes through.