From 959cb3c06e2a117f9cea0097e5592b0be5c00aa1 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 4 Mar 2008 10:13:39 -0300 Subject: Subject: Add a missing include at v4l2_driver.h From: Carl Karsten Date: Thu, 28 Feb 2008 15:21:51 -0600 Adding #include solves a build problem I had on Ubnutu. v4l-dvb/v4l2-apps/test$ make CC driver-test.o In file included from driver-test.c:17: ../lib/v4l2_driver.h:26: error: expected specifier-qualifier-list before 'size_t' make: *** [driver-test.o] Error 1 Thanks to Carl Karsten for pointing this issue. CC: Carl Karsten Signed-off-by: Mauro Carvalho Chehab --- v4l2-apps/lib/v4l2_driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/v4l2-apps/lib/v4l2_driver.h b/v4l2-apps/lib/v4l2_driver.h index 74d5b8358..b5d5dd22d 100644 --- a/v4l2-apps/lib/v4l2_driver.h +++ b/v4l2-apps/lib/v4l2_driver.h @@ -12,6 +12,7 @@ Lesser General Public License for more details. */ +#include #include #include #include -- cgit v1.2.3