summaryrefslogtreecommitdiffstats
path: root/matchstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchstring.c')
-rw-r--r--matchstring.c2
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) {