diff options
Diffstat (limited to 'matchstring.c')
-rw-r--r-- | matchstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matchstring.c b/matchstring.c index 61bbec8..fdae726 100644 --- a/matchstring.c +++ b/matchstring.c @@ -1,6 +1,6 @@ #include "byte.h" #include "bstr.h" -#include "asn1.h" +#include "ldif.h" /* behave like strcmp */ int matchstring(struct string* s,const char* c) { |