]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
digest_sspi: fix include
authorMarcel Raad <raad@teamviewer.com>
Mon, 31 Oct 2016 11:48:48 +0000 (12:48 +0100)
committerMarcel Raad <raad@teamviewer.com>
Mon, 31 Oct 2016 11:51:27 +0000 (12:51 +0100)
Fix compile break from 811a693b80

lib/vauth/digest_sspi.c

index cc2c5b2fee1a3550092ae5a6e4bd6c1c64141729..29526fc64deaef312d1300a116682b9bc9131de9 100644 (file)
@@ -37,7 +37,7 @@
 #include "curl_multibyte.h"
 #include "sendf.h"
 #include "strdup.h"
-#include "rawstr.h"
+#include "strcase.h"
 
 /* The last #include files should be: */
 #include "curl_memory.h"