diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-07-13 22:54:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-07-13 22:54:54 +0200 |
commit | 44b58472378097faf9632d0dd9b4e478fb3433ed (patch) | |
tree | 4e47fc46bc91532f695e2f895879dd9e7856887a /lib/krb5.c | |
parent | ee4ed461288ec74641e3b96d5508628c07f689b0 (diff) | |
download | curl-44b58472378097faf9632d0dd9b4e478fb3433ed.tar.gz |
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
Diffstat (limited to 'lib/krb5.c')
-rw-r--r-- | lib/krb5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5.c b/lib/krb5.c index 34329dc6a..5c60c8dc4 100644 --- a/lib/krb5.c +++ b/lib/krb5.c @@ -50,7 +50,7 @@ #include "urldata.h" #include "curl_base64.h" #include "ftp.h" -#include "gssapi.h" +#include "curl_gssapi.h" #include "sendf.h" #include "krb4.h" #include "curl_memory.h" |