diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lingot-i18n.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lingot-i18n.h b/src/lingot-i18n.h index cded340..df3f84f 100644 --- a/src/lingot-i18n.h +++ b/src/lingot-i18n.h @@ -26,7 +26,9 @@ #include <libintl.h> #include <locale.h> +#ifndef __WIN32__ #include <langinfo.h> +#endif #ifdef HAVE_CONFIG_H #include "config.h" |
