]> git.sesse.net Git - vlc/blobdiff - src/config/intf.c
Load the command line into the LibVLC object variables (fixes #1941)...
[vlc] / src / config / intf.c
index 6edb072ebd561b9c5cdf7f6bdda14d7ec87ee8f1..a97ef24e3ae98ef1260e23fc4c77fdfeb1a09ac1 100644 (file)
@@ -25,7 +25,9 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+
+#include <assert.h>
 
 /* Adds an extra interface to the configuration */
 void __config_AddIntf( vlc_object_t *p_this, const char *psz_intf )