diff options
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r-- | lib/curl_sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index fa8ac84ac..469c9a1e4 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -22,7 +22,7 @@ * ***************************************************************************/ -#include "curl_pingpong.h" +#include "pingpong.h" /* Authentication mechanism flags */ #define SASL_MECH_LOGIN 0x0001 |