]> git.sesse.net Git - vlc/blobdiff - test/native/i18n.c
jvlc: comment fixed
[vlc] / test / native / i18n.c
index fef1f83911287f47a26192df27815823bb43f78c..aa5cee18e7d17137895dc524e5902cf74ed20489 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 "charset.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
+#include <vlc/vlc.h>
+#include <vlc_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";