]> git.sesse.net Git - vlc/commitdiff
Missing include for config_GetUserDir
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 4 Feb 2008 21:08:30 +0000 (21:08 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 4 Feb 2008 21:08:30 +0000 (21:08 +0000)
src/config/core.c

index e94c16453831ba886cf3025b29547106005aff05..15255636dbbeac663eab180e617b60da0eb5fb6a 100644 (file)
@@ -29,6 +29,7 @@
 #include "../libvlc.h"
 #include "vlc_keys.h"
 #include "vlc_charset.h"
+#include "vlc_configuration.h"
 
 #include <errno.h>                                                  /* errno */
 #include <assert.h>