From 3440db30280fb0ee3e91d93df685a3c9c3665281 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Oct 2013 05:32:47 +0000 Subject: [PATCH] -fix warning --- src/dns/gnunet-helper-dns.c | 1 + 1 file changed, 1 insertion(+) 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 @@ /** * Need 'struct GNUNET_MessageHeader'. */ +#include "gnunet_crypto_lib.h" #include "gnunet_common.h" /** -- 2.25.1