]> git.sesse.net Git - vlc/blobdiff - test/native/i18n.c
Merge commit 'origin/1.0-bugfix'
[vlc] / test / native / i18n.c
index 63923d2cfe6986cde224e1b5ce3bc9c7450ec3e1..aa5cee18e7d17137895dc524e5902cf74ed20489 100644 (file)
  *****************************************************************************/
 
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
-#include "charset.h"
+#include <vlc_charset.h>
 
 PyObject *i18n_atof_test( PyObject *self, PyObject *args )
 {