Commit 28644528 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Trivial WinCE fix

parent efd65b0b
......@@ -36,9 +36,9 @@
#include <stdarg.h> /* va_list for BSD */
#ifdef __APPLE__
#include <xlocale.h>
#else
#include <locale.h>
# include <xlocale.h>
#elif HAVE_LOCALE_H
# include <locale.h>
#endif
#include <errno.h> /* errno */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment