Renamed match-str.h to matchstr.h.
[yaz-moved-to-github.git] / src / matchstr.c
index cd5af55..4c3bcf2 100644 (file)
@@ -16,7 +16,7 @@
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>
-#include <yaz/match-str.h>
+#include <yaz/matchstr.h>
 
 int yaz_matchstr(const char *s1, const char *s2)
 {