[vlc-devel] commit: OpenBSD compilation fix (Joris van Rooij )

git version control git at videolan.org
Thu May 7 17:13:54 CEST 2009


vlc | branch: master | Joris van Rooij <jorrizza at jrrzz.net> | Thu May  7 18:03:29 2009 +0300| [41a159bb696a7f2d8307d688c92f81b2bbc98925] | committer: Rémi Denis-Courmont 

OpenBSD compilation fix

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41a159bb696a7f2d8307d688c92f81b2bbc98925
---

 src/config/file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/config/file.c b/src/config/file.c
index 11a717d..24d881c 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -34,6 +34,7 @@
 #include <assert.h>
 #include <limits.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 #ifdef __APPLE__
 #   include <xlocale.h>
 #else




More information about the vlc-devel mailing list