]> git.sesse.net Git - vlc/blobdiff - test/native/i18n.c
Fix and port test
[vlc] / test / native / i18n.c
index fef1f83911287f47a26192df27815823bb43f78c..63923d2cfe6986cde224e1b5ce3bc9c7450ec3e1 100644 (file)
@@ -2,7 +2,7 @@
  * i18n: I18n tests
  *****************************************************************************
  * Copyright (C) 2006 RĂ©mi Denis-Courmont
- * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch $
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *****************************************************************************/
 
 #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";