diff options
-rw-r--r-- | include/compiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/compiler.h b/include/compiler.h index 4fc02f2..35cc061 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -1,5 +1,5 @@ -#ifndef _VISIBILITY_H -#define _VISIBILITY_H +#ifndef _COMPILER_H +#define _COMPILER_H #ifdef __GNUC__ #define ATTRIB_PRINTF(start, end) __attribute__((format(printf, start, end))) |