tmpfile: Fix C++ test error on mingw.
[pspp] / modules / c-strcasestr
index fef326118ce65e46aa04db316fc73a0aa5857d49..757f63ab89e9bd302f17a0c2a03f52c5b6178a76 100644 (file)
@@ -1,12 +1,17 @@
 Description:
-Case-insensitive searching in a string in C locale.
+Efficient case-insensitive searching in a string in C locale.
 
 Files:
 lib/c-strcasestr.h
 lib/c-strcasestr.c
+lib/str-two-way.h
 
 Depends-on:
 c-ctype
+c-strcase
+stdbool
+memchr
+memcmp
 
 configure.ac: