From 44b58472378097faf9632d0dd9b4e478fb3433ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 13 Jul 2011 22:54:54 +0200 Subject: gssapi: rename our files to avoid conflicts gssapi.h is used as a header name by Heimdal-style GSSAPI so it would conflict with a private header using that name, and while renaming the header I figured we should name the .c file accordingly as well. Bug: http://curl.haxx.se/mail/lib-2011-07/0071.html Reported by: Ben Greear --- lib/http_negotiate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_negotiate.c') diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index e4a8ff259..36823f8cf 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -36,7 +36,7 @@ #include "urldata.h" #include "sendf.h" -#include "gssapi.h" +#include "curl_gssapi.h" #include "rawstr.h" #include "curl_base64.h" #include "http_negotiate.h" -- cgit v1.2.3