diff options
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/houdini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/houdini.h b/src/html/houdini.h index 5fd690d..b8ed0d9 100644 --- a/src/html/houdini.h +++ b/src/html/houdini.h @@ -1,5 +1,5 @@ -#ifndef __HOUDINI_H__ -#define __HOUDINI_H__ +#ifndef CMARK_HOUDINI_H +#define CMARK_HOUDINI_H #ifdef __cplusplus extern "C" { |