diff options
author | Florian Dold <florian.dold@gmail.com> | 2014-04-07 11:06:38 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2014-04-07 11:06:38 +0000 |
commit | 15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a (patch) | |
tree | bc993399d88ddabbc2d691e5c223c9fc77b3af0d | |
parent | c4a33c4e4199516420e0c0b7753acd1e2d6d1c19 (diff) |
missing ifndefs in headers
-rw-r--r-- | src/ats/gnunet-ats-solver-eval.h | 3 | ||||
-rw-r--r-- | src/experimentation/gnunet-daemon-experimentation.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h index 9098ae7b5e..ab62f50001 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 9568cfa33e..977d663e80 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 */ |