summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-07-03 15:55:12 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-07-03 15:55:12 +0000
commitfe4af31b7a1d16392336ec6ce76a0f7ea3e6c835 (patch)
tree6a3697c187a09c01cc13e1fb2b41d28298d89103 /sys/v4l2/v4l2_calls.c
parent82c42cb6fd5e2127c3eddaee93d4db254498043b (diff)
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
Diffstat (limited to 'sys/v4l2/v4l2_calls.c')
-rw-r--r--sys/v4l2/v4l2_calls.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/mman.h>
#include <string.h>
#include <errno.h>
+#include <unistd.h>
#include "v4l2_calls.h"
#define DEBUG(format, args...) \