about summary refs log tree commit diff
path: root/sternenblog/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'sternenblog/xml.h')
-rw-r--r--sternenblog/xml.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sternenblog/xml.h b/sternenblog/xml.h
index 869a579..e790f76 100644
--- a/sternenblog/xml.h
+++ b/sternenblog/xml.h
@@ -30,6 +30,10 @@
  *
  * @include xml_example.c
  */
+
+#ifndef STERNENBLOG_XML_H
+#define STERNENBLOG_XML_H
+
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -338,3 +342,5 @@ void xml_open_cdata(struct xml_context *ctx);
  * @see xml_open_cdata
  */
 void xml_close_cdata(struct xml_context *ctx);
+
+#endif