From 64381f5091955cbfe83c5c691d322c38749d19cf Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 6 Apr 2014 17:09:16 +0100 Subject: [PATCH] sasl: Added forward declaration of structures following recent changes To avoid urldata.h being included from the header file or that the source file has the correct include order as highlighted by one of the auto builds recently. --- lib/curl_sasl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 25ebfe8f2..d2967b0f3 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -22,7 +22,11 @@ * ***************************************************************************/ -#include "pingpong.h" +#include + +struct SessionHandle; +struct connectdata; +struct ntlmdata; /* Authentication mechanism values */ #define SASL_AUTH_NONE 0