about summary refs log tree commit diff
path: root/sternenblog/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'sternenblog/core.h')
-rw-r--r--sternenblog/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sternenblog/core.h b/sternenblog/core.h
index d380d24..8f317ec 100644
--- a/sternenblog/core.h
+++ b/sternenblog/core.h
@@ -2,6 +2,10 @@
  * @file core.h
  * @brief Central type definitions of sternenblog
  */
+
+#ifndef STERNENBLOG_CORE_H
+#define STERNENBLOG_CORE_H
+
 #include <time.h>
 
 /*!
@@ -46,3 +50,4 @@ enum page_type {
   PAGE_TYPE_ERROR
 };
 
+#endif