aboutsummaryrefslogtreecommitdiff
path: root/lib/socks_gssapi.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-07-13 22:54:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-07-13 22:54:54 +0200
commit44b58472378097faf9632d0dd9b4e478fb3433ed (patch)
tree4e47fc46bc91532f695e2f895879dd9e7856887a /lib/socks_gssapi.c
parentee4ed461288ec74641e3b96d5508628c07f689b0 (diff)
downloadgnurl-44b58472378097faf9632d0dd9b4e478fb3433ed.tar.gz
gnurl-44b58472378097faf9632d0dd9b4e478fb3433ed.tar.bz2
gnurl-44b58472378097faf9632d0dd9b4e478fb3433ed.zip
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/socks_gssapi.c')
-rw-r--r--lib/socks_gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socks_gssapi.c b/lib/socks_gssapi.c
index 8af26c26a..872efb0e1 100644
--- a/lib/socks_gssapi.c
+++ b/lib/socks_gssapi.c
@@ -37,7 +37,7 @@
#include <stdlib.h>
#endif
-#include "gssapi.h"
+#include "curl_gssapi.h"
#include "urldata.h"
#include "sendf.h"
#include "connect.h"