aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 05:32:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 05:32:47 +0000
commit3440db30280fb0ee3e91d93df685a3c9c3665281 (patch)
tree8d6543836e1ce848393f3f53364b712e7d54233c /src/dns
parentf4bde791f640f926bc7f18961330e37b5b868914 (diff)
downloadgnunet-3440db30280fb0ee3e91d93df685a3c9c3665281.tar.gz
gnunet-3440db30280fb0ee3e91d93df685a3c9c3665281.zip
-fix warning
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/gnunet-helper-dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index f1462f8c6..bc83da027 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -70,6 +70,7 @@
70/** 70/**
71 * Need 'struct GNUNET_MessageHeader'. 71 * Need 'struct GNUNET_MessageHeader'.
72 */ 72 */
73#include "gnunet_crypto_lib.h"
73#include "gnunet_common.h" 74#include "gnunet_common.h"
74 75
75/** 76/**