diff options
author | Giorgio Vazzana <mywing81@gmail.com> | 2011-12-09 16:26:45 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-12-09 17:05:03 +0100 |
commit | a57f877b02104286f8644f5adc5aeca0d3c1ce36 (patch) | |
tree | 653b95ee3e39755123133f01fcb72c8eb0168ec2 | |
parent | 4e2eb709c57740f139791060da9e75963928950b (diff) |
Add missing header file sys/stat.h
This file defines the initial permission flags used by open when we
create a file using O_CREAT flag.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | yavta.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <sys/select.h> +#include <sys/stat.h> #include <sys/time.h> #include <linux/videodev2.h> |