From a57f877b02104286f8644f5adc5aeca0d3c1ce36 Mon Sep 17 00:00:00 2001 From: Giorgio Vazzana Date: Fri, 9 Dec 2011 16:26:45 +0100 Subject: 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 --- yavta.c | 1 + 1 file changed, 1 insertion(+) diff --git a/yavta.c b/yavta.c index 3a98804..d081ad8 100644 --- a/yavta.c +++ b/yavta.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3