diff options
Diffstat (limited to 'matchcasestring.c')
-rw-r--r-- | matchcasestring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matchcasestring.c b/matchcasestring.c index 5e75e51..4f0aab2 100644 --- a/matchcasestring.c +++ b/matchcasestring.c @@ -1,6 +1,6 @@ #include "case.h" #include "bstr.h" -#include "asn1.h" +#include "ldif.h" /* like matchstring, but case insensitively */ int matchcasestring(struct string* s,const char* c) { |