summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 5a37b08c..4a221bde 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef _COLM_DEBUG_H
+#define _COLM_DEBUG_H
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -58,3 +61,6 @@ extern const char *const colmRealmNames[REALMS];
#ifdef __cplusplus
}
#endif
+
+#endif /* _COLM_DEBUG_H */
+