From 15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 7 Apr 2014 11:06:38 +0000 Subject: missing ifndefs in headers --- src/ats/gnunet-ats-solver-eval.h | 3 +++ src/experimentation/gnunet-daemon-experimentation.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h index 9098ae7b5..ab62f5000 100644 --- a/src/ats/gnunet-ats-solver-eval.h +++ b/src/ats/gnunet-ats-solver-eval.h @@ -23,6 +23,8 @@ * @author Christian Grothoff * @author Matthias Wachs */ +#ifndef GNUNET_ATS_SOLVER_EVAL_H +#define GNUNET_ATS_SOLVER_EVAL_H #include "platform.h" #include "gnunet_util_lib.h" #include "gnunet_ats_plugin.h" @@ -810,4 +812,5 @@ GNUNET_ATS_TEST_create_topology (char *name, char *cfg_file, void GNUNET_ATS_TEST_shutdown_topology (void); #endif +#endif /* #ifndef GNUNET_ATS_SOLVER_EVAL_H */ /* end of file ats-testing.h */ diff --git a/src/experimentation/gnunet-daemon-experimentation.h b/src/experimentation/gnunet-daemon-experimentation.h index 9568cfa33..977d663e8 100644 --- a/src/experimentation/gnunet-daemon-experimentation.h +++ b/src/experimentation/gnunet-daemon-experimentation.h @@ -24,6 +24,8 @@ * @author Christian Grothoff * @author Matthias Wachs */ +#ifndef GNUNET_DAEMON_EXPERIMENTATION_H +#define GNUNET_DAEMON_EXPERIMENTATION_H #include "platform.h" #include "gnunet_getopt_lib.h" #include "gnunet_util_lib.h" @@ -493,4 +495,5 @@ void GED_storage_stop (void); +#endif /* #ifndef GNUNET_DAEMON_EXPERIMENTATION_H */ /* end of gnunet-daemon-experimentation.h */ -- cgit v1.2.3