]> sjero.net Git - wget/blobdiff - src/utils.c
[svn] Unconditionally include locale.h.
[wget] / src / utils.c
index d785f1ba9f217baab15f183a21fbeec03b6ad50a..a88d129054f9726491857d61bd814a1c18640bba 100644 (file)
@@ -58,9 +58,7 @@ so, delete this exception statement from your version.  */
 #include <fcntl.h>
 #include <assert.h>
 #include <stdarg.h>
-#ifdef HAVE_LOCALE_H
-# include <locale.h>
-#endif
+#include <locale.h>
 
 /* For TIOCGWINSZ and friends: */
 #ifdef HAVE_SYS_IOCTL_H