From e6995d884c5e441c08111e79e056909b462fdaae Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 3 Jul 2003 15:55:12 +0000 Subject: Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently Original commit message from CVS: Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently --- sys/v4l2/v4l2_calls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/v4l2/v4l2_calls.c') diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 6f01328f..2ec66510 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "v4l2_calls.h" #define DEBUG(format, args...) \ -- cgit v1.2.1