+2006-07-30 Bruno Haible <bruno@clisp.org>
+
+ * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
+
2006-07-28 Simon Josefsson <jas@extundo.com>
* netinet_in_h.m4: New file.
-# 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,
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