summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h
index af1d017..fd2ef62 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,5 +1,5 @@
-#ifndef __debug_h__
-#define __debug_h__
+#ifndef CMARK_DEBUG_H
+#define CMARK_DEBUG_H
#include <stdio.h>
#include <errno.h>
#include <string.h>