From fae9c8f0f20e6fafe23e10b133cace9dc72e8c5a Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 4 Jul 2023 19:37:12 +0100 Subject: libcamera: base: Move thread_annotations to private The libcamera thread annotations are for internal use only and are not part of any public API. Mark the header accordingly by including the private.h header guard. Reviewed-by: Umang Jain Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- include/libcamera/base/thread_annotations.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libcamera/base/thread_annotations.h b/include/libcamera/base/thread_annotations.h index e81929f6..25b3c7b6 100644 --- a/include/libcamera/base/thread_annotations.h +++ b/include/libcamera/base/thread_annotations.h @@ -7,6 +7,8 @@ #pragma once +#include + /* * Enable thread safety attributes only with clang. * The attributes can be safely erased when compiling with other compilers. -- cgit v1.2.1