aboutsummaryrefslogtreecommitdiff
path: root/src/experimentation
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-04-07 11:06:38 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-04-07 11:06:38 +0000
commit15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a (patch)
treebc993399d88ddabbc2d691e5c223c9fc77b3af0d /src/experimentation
parentc4a33c4e4199516420e0c0b7753acd1e2d6d1c19 (diff)
downloadgnunet-15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a.tar.gz
gnunet-15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a.zip
missing ifndefs in headers
Diffstat (limited to 'src/experimentation')
-rw-r--r--src/experimentation/gnunet-daemon-experimentation.h3
1 files changed, 3 insertions, 0 deletions
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 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Matthias Wachs 25 * @author Matthias Wachs
26 */ 26 */
27#ifndef GNUNET_DAEMON_EXPERIMENTATION_H
28#define GNUNET_DAEMON_EXPERIMENTATION_H
27#include "platform.h" 29#include "platform.h"
28#include "gnunet_getopt_lib.h" 30#include "gnunet_getopt_lib.h"
29#include "gnunet_util_lib.h" 31#include "gnunet_util_lib.h"
@@ -493,4 +495,5 @@ void
493GED_storage_stop (void); 495GED_storage_stop (void);
494 496
495 497
498#endif /* #ifndef GNUNET_DAEMON_EXPERIMENTATION_H */
496/* end of gnunet-daemon-experimentation.h */ 499/* end of gnunet-daemon-experimentation.h */