summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 21:07:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 21:07:54 +0000
commit9b87e5d8f6b762cc8fd4625b7dd369e36722978c (patch)
tree43f5d336224f1513733acea0253e3098520e771d /src/namestore/gnunet-service-namestore.c
parent4c0d35b75913b66abfd69a4f1d76cd0000d1a9ec (diff)
downloadgnunet-9b87e5d8f6b762cc8fd4625b7dd369e36722978c.tar.gz
gnunet-9b87e5d8f6b762cc8fd4625b7dd369e36722978c.zip
-more work on new GNS implementation
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index eeb2bb65d..6cd0334c4 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -29,7 +29,7 @@
29 * our own queries as our lookup only goes for the encrypted 29 * our own queries as our lookup only goes for the encrypted
30 * records; we need a way to ensure that the records available 30 * records; we need a way to ensure that the records available
31 * in our own zone can actually always be used for our own 31 * in our own zone can actually always be used for our own
32 * resolutions! 32 * resolutions! (#2993)
33 */ 33 */
34#include "platform.h" 34#include "platform.h"
35#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"