aboutsummaryrefslogtreecommitdiff
path: root/src/service/namestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/namestore')
-rw-r--r--src/service/namestore/perf_namestore_api_import.c1
-rw-r--r--src/service/namestore/perf_namestore_api_zone_iteration.c1
-rw-r--r--src/service/namestore/test_namestore_api_edit_records.c1
-rw-r--r--src/service/namestore/test_namestore_api_monitoring.c1
-rw-r--r--src/service/namestore/test_namestore_api_monitoring_existing.c1
-rw-r--r--src/service/namestore/test_namestore_api_zone_to_name.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/service/namestore/perf_namestore_api_import.c b/src/service/namestore/perf_namestore_api_import.c
index faa75b5ab..326955dff 100644
--- a/src/service/namestore/perf_namestore_api_import.c
+++ b/src/service/namestore/perf_namestore_api_import.c
@@ -22,6 +22,7 @@
22 * @brief testcase for namestore: Import a lot of records 22 * @brief testcase for namestore: Import a lot of records
23 * @author Martin Schanzenbach 23 * @author Martin Schanzenbach
24 */ 24 */
25#include "platform.h"
25#include "gnunet_namestore_service.h" 26#include "gnunet_namestore_service.h"
26#include "gnunet_testing_lib.h" 27#include "gnunet_testing_lib.h"
27 28
diff --git a/src/service/namestore/perf_namestore_api_zone_iteration.c b/src/service/namestore/perf_namestore_api_zone_iteration.c
index cc59ff4c7..532db6e03 100644
--- a/src/service/namestore/perf_namestore_api_zone_iteration.c
+++ b/src/service/namestore/perf_namestore_api_zone_iteration.c
@@ -22,6 +22,7 @@
22 * @brief testcase for zone iteration functionality: iterate all zones 22 * @brief testcase for zone iteration functionality: iterate all zones
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "platform.h"
25#include "gnunet_namestore_service.h" 26#include "gnunet_namestore_service.h"
26#include "gnunet_testing_lib.h" 27#include "gnunet_testing_lib.h"
27 28
diff --git a/src/service/namestore/test_namestore_api_edit_records.c b/src/service/namestore/test_namestore_api_edit_records.c
index 02e821377..398a2ee8a 100644
--- a/src/service/namestore/test_namestore_api_edit_records.c
+++ b/src/service/namestore/test_namestore_api_edit_records.c
@@ -21,6 +21,7 @@
21 * @file namestore/test_namestore_api_edit_records.c 21 * @file namestore/test_namestore_api_edit_records.c
22 * @brief testcase for namestore_api.c: Multiple clients work with record set. 22 * @brief testcase for namestore_api.c: Multiple clients work with record set.
23 */ 23 */
24#include "platform.h"
24#include "gnunet_error_codes.h" 25#include "gnunet_error_codes.h"
25#include "gnunet_namestore_service.h" 26#include "gnunet_namestore_service.h"
26#include "gnunet_scheduler_lib.h" 27#include "gnunet_scheduler_lib.h"
diff --git a/src/service/namestore/test_namestore_api_monitoring.c b/src/service/namestore/test_namestore_api_monitoring.c
index 016313148..65c3a2540 100644
--- a/src/service/namestore/test_namestore_api_monitoring.c
+++ b/src/service/namestore/test_namestore_api_monitoring.c
@@ -21,6 +21,7 @@
21 * @file namestore/test_namestore_api_monitoring.c 21 * @file namestore/test_namestore_api_monitoring.c
22 * @brief testcase for zone monitoring functionality: monitor first, then add records 22 * @brief testcase for zone monitoring functionality: monitor first, then add records
23 */ 23 */
24#include "platform.h"
24#include "gnunet_namestore_service.h" 25#include "gnunet_namestore_service.h"
25#include "gnunet_testing_lib.h" 26#include "gnunet_testing_lib.h"
26 27
diff --git a/src/service/namestore/test_namestore_api_monitoring_existing.c b/src/service/namestore/test_namestore_api_monitoring_existing.c
index 84cdaaa70..4c8b99738 100644
--- a/src/service/namestore/test_namestore_api_monitoring_existing.c
+++ b/src/service/namestore/test_namestore_api_monitoring_existing.c
@@ -21,6 +21,7 @@
21 * @file namestore/test_namestore_api_monitoring_existing.c 21 * @file namestore/test_namestore_api_monitoring_existing.c
22 * @brief testcase for zone monitoring functionality: add records first, then monitor 22 * @brief testcase for zone monitoring functionality: add records first, then monitor
23 */ 23 */
24#include "platform.h"
24#include "gnunet_namestore_service.h" 25#include "gnunet_namestore_service.h"
25#include "gnunet_testing_lib.h" 26#include "gnunet_testing_lib.h"
26 27
diff --git a/src/service/namestore/test_namestore_api_zone_to_name.c b/src/service/namestore/test_namestore_api_zone_to_name.c
index c05a9173f..eae8be0d6 100644
--- a/src/service/namestore/test_namestore_api_zone_to_name.c
+++ b/src/service/namestore/test_namestore_api_zone_to_name.c
@@ -21,6 +21,7 @@
21 * @file namestore/test_namestore_api_zone_to_name.c 21 * @file namestore/test_namestore_api_zone_to_name.c
22 * @brief testcase for zone to name translation 22 * @brief testcase for zone to name translation
23 */ 23 */
24#include "platform.h"
24#include "gnunet_namestore_service.h" 25#include "gnunet_namestore_service.h"
25#include "gnunet_testing_lib.h" 26#include "gnunet_testing_lib.h"
26 27