diff options
| -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 8900d8d..bc00feb 100644 --- a/src/lingot-i18n.h +++ b/src/lingot-i18n.h @@ -25,7 +25,9 @@ #include <libintl.h> #include <locale.h> +#ifndef __WIN32__ #include <langinfo.h> +#endif #ifdef HAVE_CONFIG_H #include "config.h" |
