commit | a57f877b02104286f8644f5adc5aeca0d3c1ce36 | [log] [tgz] |
---|---|---|
author | Giorgio Vazzana <mywing81@gmail.com> | Fri Dec 09 15:26:45 2011 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Dec 09 16:05:03 2011 |
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>
diff --git a/yavta.c b/yavta.c index 3a98804..d081ad8 100644 --- a/yavta.c +++ b/yavta.c
@@ -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>