summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 09:50:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 09:50:41 +0100
commitcce5250f6a8a517680c0e9bb7535de3cd6f8bda8 (patch)
tree154b56cacbb279ed50fb719db718d3645dc68074
parentc27013c05d99d92370b57e1a7af1b854eef4e7c1 (diff)
downloadgnurl-cce5250f6a8a517680c0e9bb7535de3cd6f8bda8.tar.gz
gnurl-cce5250f6a8a517680c0e9bb7535de3cd6f8bda8.tar.bz2
gnurl-cce5250f6a8a517680c0e9bb7535de3cd6f8bda8.zip
ldap: fix include
Fix bug from 811a693b80
-rw-r--r--lib/ldap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 553c161a0..7dbc1b0e6 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -74,7 +74,6 @@
#include "curl_ldap.h"
#include "curl_multibyte.h"
#include "curl_base64.h"
-#include "rawstr.h"
#include "connect.h"
/* The last 3 #include files should be in this order */
#include "curl_printf.h"