]> git.sesse.net Git - vlc/commitdiff
Python bindings fixed for the new mediacontrol headers
authorFilippo Carone <littlejohn@videolan.org>
Wed, 14 Dec 2005 17:52:33 +0000 (17:52 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Wed, 14 Dec 2005 17:52:33 +0000 (17:52 +0000)
bindings/python/vlcglue.h

index db60aca4e3d4b16ac58afcc8b6203c11c9023ea3..ebab6d2fca1d79acc97977911a6d57f6e3e9d5cf 100644 (file)
@@ -2,7 +2,7 @@
  * vlcglue.h: Main header for the Python binding
  *****************************************************************************
  * Copyright (C) 1998-2004 the VideoLAN team
- * $Id: vlc.c 12667 2005-09-25 10:19:26Z zorglub $
+ * $Id$
  *
  * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
  *          ClĂ©ment Stenac <zorglub@videolan.org>
@@ -31,6 +31,8 @@
 #define __VLC__
 
 #include <stdio.h>
+#include <vlc/vlc.h>
+#include <vlc/control_structures.h>
 #include <vlc/control.h>
 
 #define SELF ((MediaControl*)self)