added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / memrchr
index 8b350d6..3a6e982 100644 (file)
@@ -6,11 +6,20 @@ lib/memrchr.c
 m4/memrchr.m4
 
 Depends-on:
+extensions
+string
 
 configure.ac:
 gl_FUNC_MEMRCHR
+gl_STRING_MODULE_INDICATOR([memrchr])
 
 Makefile.am:
 
 Include:
+<string.h>
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, glibc