aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mst_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mst_lib.h')
-rw-r--r--src/include/gnunet_mst_lib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_mst_lib.h b/src/include/gnunet_mst_lib.h
index ec82ce357..af2dd3353 100644
--- a/src/include/gnunet_mst_lib.h
+++ b/src/include/gnunet_mst_lib.h
@@ -39,6 +39,10 @@
39 * @{ 39 * @{
40 */ 40 */
41 41
42#if !defined (__GNUNET_UTIL_LIB_H_INSIDE__)
43#error "Only <gnunet_util_lib.h> can be included directly."
44#endif
45
42#ifndef GNUNET_MST_LIB_H 46#ifndef GNUNET_MST_LIB_H
43#define GNUNET_MST_LIB_H 47#define GNUNET_MST_LIB_H
44 48
@@ -50,8 +54,6 @@ extern "C"
50#endif 54#endif
51#endif 55#endif
52 56
53#include "gnunet_common.h"
54
55 57
56/** 58/**
57 * Handle to a message stream tokenizer. 59 * Handle to a message stream tokenizer.