]> git.sesse.net Git - vlc/blobdiff - test/native/i18n.c
win32: avoid the POSIX timer API for now
[vlc] / test / native / i18n.c
index 3de5437dd95cdcd28a3ae224a74cfb200b5f5b8d..a55243f15fe6d2cc52831c11ca75c24e27e7274d 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * i18n: I18n tests
+ * i18n.c: 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"
+#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 )
 {