mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
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
This commit is contained in:
parent
ee4ed46128
commit
44b5847237
6 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "gssapi.h"
|
||||
#include "curl_gssapi.h"
|
||||
#include "urldata.h"
|
||||
#include "sendf.h"
|
||||
#include "connect.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue