diff options
Diffstat (limited to 'include/libcamera/internal/byte_stream_buffer.h')
-rw-r--r-- | include/libcamera/internal/byte_stream_buffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/byte_stream_buffer.h b/include/libcamera/internal/byte_stream_buffer.h index b3aaa8b9..db59577d 100644 --- a/include/libcamera/internal/byte_stream_buffer.h +++ b/include/libcamera/internal/byte_stream_buffer.h @@ -4,8 +4,8 @@ * * byte_stream_buffer.h - Byte stream buffer */ -#ifndef __LIBCAMERA_BYTE_STREAM_BUFFER_H__ -#define __LIBCAMERA_BYTE_STREAM_BUFFER_H__ +#ifndef __LIBCAMERA_INTERNAL_BYTE_STREAM_BUFFER_H__ +#define __LIBCAMERA_INTERNAL_BYTE_STREAM_BUFFER_H__ #include <stddef.h> #include <stdint.h> @@ -86,4 +86,4 @@ private: } /* namespace libcamera */ -#endif /* __LIBCAMERA_BYTE_STREAM_BUFFER_H__ */ +#endif /* __LIBCAMERA_INTERNAL_BYTE_STREAM_BUFFER_H__ */ |