diff options
author | Simon Rettberg | 2017-04-21 16:31:06 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-21 16:31:06 +0200 |
commit | b61176f17b59a94750dff1f959231dadc4e6078a (patch) | |
tree | 88ee419323ba332a1dd06c5aa801c87f59b36bb3 /matchstring.c | |
parent | ldadp.h: Add missing SearchRequestReference opcode (diff) | |
download | ldadp-b61176f17b59a94750dff1f959231dadc4e6078a.tar.gz ldadp-b61176f17b59a94750dff1f959231dadc4e6078a.tar.xz ldadp-b61176f17b59a94750dff1f959231dadc4e6078a.zip |
Update ldap/asn1/... files with current tinyldap
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) { |