]> git.sesse.net Git - vlc/blobdiff - test/native/i18n.c
Clean-up test
[vlc] / test / native / i18n.c
index fef1f83911287f47a26192df27815823bb43f78c..3de5437dd95cdcd28a3ae224a74cfb200b5f5b8d 100644 (file)
  *****************************************************************************/
 
 #include "../pyunit.h"
+#include <vlc/vlc.h>
 #include "charset.h"
 
-
-static PyObject *i18n_atof_test( PyObject *self, PyObject *args )
+PyObject *i18n_atof_test( PyObject *self, PyObject *args )
 {
     const char dot9[] = "999999.999999";
     const char comma9[] = "999999,999999";