diff options
Diffstat (limited to 'include/libcamera/internal/v4l2_videodevice.h')
-rw-r--r-- | include/libcamera/internal/v4l2_videodevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/v4l2_videodevice.h b/include/libcamera/internal/v4l2_videodevice.h index 45c3404c..4d21f5a0 100644 --- a/include/libcamera/internal/v4l2_videodevice.h +++ b/include/libcamera/internal/v4l2_videodevice.h @@ -4,8 +4,8 @@ * * v4l2_videodevice.h - V4L2 Video Device */ -#ifndef __LIBCAMERA_V4L2_VIDEODEVICE_H__ -#define __LIBCAMERA_V4L2_VIDEODEVICE_H__ +#ifndef __LIBCAMERA_INTERNAL_V4L2_VIDEODEVICE_H__ +#define __LIBCAMERA_INTERNAL_V4L2_VIDEODEVICE_H__ #include <atomic> #include <memory> @@ -274,4 +274,4 @@ private: } /* namespace libcamera */ -#endif /* __LIBCAMERA_V4L2_VIDEODEVICE_H__ */ +#endif /* __LIBCAMERA_INTERNAL_V4L2_VIDEODEVICE_H__ */ |