aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 19:09:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 19:09:06 +0000
commit24de5100fcde80a2883ba97c51abc96091adf80f (patch)
treea6557f2d1654c9f8a9c5e20b412fd1f7d18618f8 /src/gns
parent812185f5b4ed052a70a737b651b60e2d5310ab0d (diff)
downloadgnunet-24de5100fcde80a2883ba97c51abc96091adf80f.tar.gz
gnunet-24de5100fcde80a2883ba97c51abc96091adf80f.zip
-update
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 2a51d2972..37f12ff6e 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors) 3 (C) 2009, 2010, 2011, 2012, 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -22,6 +22,7 @@
22 * @file gns/gnunet-service-gns_resolver.c 22 * @file gns/gnunet-service-gns_resolver.c
23 * @brief GNUnet GNS resolver logic 23 * @brief GNUnet GNS resolver logic
24 * @author Martin Schanzenbach 24 * @author Martin Schanzenbach
25 * @author Christian Grothoff
25 */ 26 */
26#include "platform.h" 27#include "platform.h"
27#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"