From afcec99b99c3313805deaededa3158e4ad089b6e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 8 Jan 2019 16:28:13 +0200 Subject: libcamera: Update libcamera.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libcamera.h hasn't been updated with the recently added public headers event_notifier.h, signal.h and timer.h. Add them. The event_dispatcher_poll.h header, which used to be public, is now private, but hasn't been removed from libcamera.h. Remove it. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- include/libcamera/libcamera.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libcamera/libcamera.h b/include/libcamera/libcamera.h index 2dcaeda4..c0511cf6 100644 --- a/include/libcamera/libcamera.h +++ b/include/libcamera/libcamera.h @@ -10,6 +10,8 @@ #include #include #include -#include +#include +#include +#include #endif /* __LIBCAMERA_LIBCAMERA_H__ */ -- cgit v1.2.1