summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/file.h')
-rw-r--r--include/libcamera/internal/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/file.h b/include/libcamera/internal/file.h
index f020f2cc..e3e72132 100644
--- a/include/libcamera/internal/file.h
+++ b/include/libcamera/internal/file.h
@@ -4,8 +4,8 @@
*
* file.h - File I/O operations
*/
-#ifndef __LIBCAMERA_FILE_H__
-#define __LIBCAMERA_FILE_H__
+#ifndef __LIBCAMERA_INTERNAL_FILE_H__
+#define __LIBCAMERA_INTERNAL_FILE_H__
#include <map>
#include <string>
@@ -68,4 +68,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_FILE_H__ */
+#endif /* __LIBCAMERA_INTERNAL_FILE_H__ */