[vlc-devel] commit: Fix compilation (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jun 10 14:36:37 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 10 14:36:01 2009 +0200| [f1e0a1b15a544a179e3f6494557448811be4ed6c] | committer: Jean-Baptiste Kempf 

Fix compilation

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

 src/control/media.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/control/media.c b/src/control/media.c
index be92127..d1a45d4 100644
--- a/src/control/media.c
+++ b/src/control/media.c
@@ -21,6 +21,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <vlc/libvlc.h>
 #include <vlc/libvlc_media.h>
 #include <vlc/libvlc_media_list.h> // For the subitems, here for convenience




More information about the vlc-devel mailing list