summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/log.h')
-rw-r--r--include/libcamera/internal/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/log.h b/include/libcamera/internal/log.h
index cab2034a..4b10087a 100644
--- a/include/libcamera/internal/log.h
+++ b/include/libcamera/internal/log.h
@@ -4,8 +4,8 @@
*
* log.h - Logging infrastructure
*/
-#ifndef __LIBCAMERA_LOG_H__
-#define __LIBCAMERA_LOG_H__
+#ifndef __LIBCAMERA_INTERNAL_LOG_H__
+#define __LIBCAMERA_INTERNAL_LOG_H__
#include <chrono>
#include <sstream>
@@ -127,4 +127,4 @@ LogMessage _log(const char *file, unsigned int line,
} /* namespace libcamera */
-#endif /* __LIBCAMERA_LOG_H__ */
+#endif /* __LIBCAMERA_INTERNAL_LOG_H__ */