git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df89fd6
)
OpenBSD compilation fix
author
Joris van Rooij
<jorrizza@jrrzz.net>
Thu, 7 May 2009 15:03:29 +0000
(18:03 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 7 May 2009 15:03:29 +0000
(18:03 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/config/file.c
patch
|
blob
|
history
diff --git
a/src/config/file.c
b/src/config/file.c
index
11a717d
..
24d881c
100644
(file)
--- 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