diff options
Diffstat (limited to 'include/wlr/util/log.h')
-rw-r--r-- | include/wlr/util/log.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/wlr/util/log.h b/include/wlr/util/log.h index 2acaa2ed..3de2cacf 100644 --- a/include/wlr/util/log.h +++ b/include/wlr/util/log.h @@ -1,5 +1,6 @@ -#ifndef _WLR_UTIL_LOG_H -#define _WLR_UTIL_LOG_H +#ifndef WLR_UTIL_LOG_H +#define WLR_UTIL_LOG_H + #include <stdbool.h> #include <stdarg.h> #include <string.h> |