diff options
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/vcsm.h')
-rw-r--r-- | src/libcamera/pipeline/raspberrypi/vcsm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/vcsm.h b/src/libcamera/pipeline/raspberrypi/vcsm.h index daa06961..e32c2588 100644 --- a/src/libcamera/pipeline/raspberrypi/vcsm.h +++ b/src/libcamera/pipeline/raspberrypi/vcsm.h @@ -4,7 +4,8 @@ * * vcsm.h - Helper class for vcsm allocations. */ -#pragma once +#ifndef __LIBCAMERA_PIPELINE_RASPBERRYPI_VCSM_H__ +#define __LIBCAMERA_PIPELINE_RASPBERRYPI_VCSM_H__ #include <iostream> #include <mutex> @@ -144,3 +145,5 @@ private: }; } /* namespace RPi */ + +#endif /* __LIBCAMERA_PIPELINE_RASPBERRYPI_VCSM_H__ */ |