aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_to_name.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-01 12:27:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-01 12:27:55 +0000
commit3ad907429a4674efe707811c9f03281db388d73a (patch)
tree451b1453d5b032f1cff5e8128c063fe71d7be2e5 /src/namestore/test_namestore_api_zone_to_name.c
parenta5e0494b4a77e64aa495557b56a8eb107134319f (diff)
downloadgnunet-3ad907429a4674efe707811c9f03281db388d73a.tar.gz
gnunet-3ad907429a4674efe707811c9f03281db388d73a.zip
fixing test compile
Diffstat (limited to 'src/namestore/test_namestore_api_zone_to_name.c')
-rw-r--r--src/namestore/test_namestore_api_zone_to_name.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_to_name.c b/src/namestore/test_namestore_api_zone_to_name.c
index 31a8eafa3..e3df0bd22 100644
--- a/src/namestore/test_namestore_api_zone_to_name.c
+++ b/src/namestore/test_namestore_api_zone_to_name.c
@@ -22,11 +22,9 @@
22 * @brief testcase for zone to name translation 22 * @brief testcase for zone to name translation
23 */ 23 */
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_common.h"
26#include "gnunet_namestore_service.h" 25#include "gnunet_namestore_service.h"
27#include "gnunet_testing_lib.h" 26#include "gnunet_testing_lib.h"
28#include "namestore.h" 27#include "namestore.h"
29#include "gnunet_signatures.h"
30 28
31#define RECORDS 5 29#define RECORDS 5
32 30