summaryrefslogtreecommitdiff
path: root/m4/wcwidth.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/wcwidth.m4')
-rw-r--r--m4/wcwidth.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/wcwidth.m4 b/m4/wcwidth.m4
index 09cf55a0e..06a12a1b2 100644
--- a/m4/wcwidth.m4
+++ b/m4/wcwidth.m4
@@ -1,4 +1,4 @@
-# wcwidth.m4 serial 3
+# wcwidth.m4 serial 4
dnl Copyright (C) 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -17,9 +17,7 @@ AC_DEFUN([gl_FUNC_WCWIDTH],
AC_CHECK_DECLS([wcwidth], [], [], [
/* AIX 3.2.5 declares wcwidth in <string.h>. */
-#if HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
#if HAVE_WCHAR_H
# include <wchar.h>
#endif