* lib/fclose.c: Fix typo in comment: s/close/fclose/.
[gnulib.git] / modules / mbuiter
index fe3c479..fbcabe3 100644 (file)
@@ -4,9 +4,11 @@ Iterating through multibyte strings.
 Files:
 lib/mbuiter.h
 m4/mbiter.m4
+m4/mbrtowc.m4
 
 Depends-on:
 mbchar
+wchar
 stdbool
 strnlen1
 
@@ -17,7 +19,9 @@ Makefile.am:
 lib_SOURCES += mbuiter.h
 
 Include:
-"mbuiter.h"
+#if HAVE_MBRTOWC
+#include "mbuiter.h"
+#endif
 
 License:
 LGPL