]> git.sesse.net Git - vlc/blobdiff - src/playlist/tree.c
Remove argv/argc from libvlc_t (not really needed here)
[vlc] / src / playlist / tree.c
index 755d297f2fde0b014f90237a199779b0c3eab4b0..35f50cff7dbcce0a4e9dc17c4f496ddf95904229 100644 (file)
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <assert.h>
 #include "vlc_playlist.h"