[vlc-devel] commit: Missing include ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Oct 28 21:44:25 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Oct 28 22:44:19 2008 +0200| [c22fcbc172a3687bfa792bfa90bd57792beb3efc] | committer: Rémi Denis-Courmont
Missing include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c22fcbc172a3687bfa792bfa90bd57792beb3efc
---
src/extras/getopt.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/extras/getopt.c b/src/extras/getopt.c
index baf2009..38e8f69 100644
--- a/src/extras/getopt.c
+++ b/src/extras/getopt.c
@@ -33,6 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <vlc_common.h>
#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
More information about the vlc-devel
mailing list