diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 14:02:25 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 14:02:25 +0000 |
commit | b40e37f93ddbcce9db44e213e925d74d0df9858a (patch) | |
tree | 4aec8ad056b10c4d56fd16d7272ec22bf4de2bef /lib/curl_ntlm_msgs.c | |
parent | ee0941a0b79d6ee96fd8db24af96118925fda18f (diff) | |
download | curl-b40e37f93ddbcce9db44e213e925d74d0df9858a.tar.gz |
endian: Fixed Linux compilation issues
Having files named endian.[c|h] seemed to cause issues under Linux so
renamed them both to have the curl_ prefix in the filenames.
Diffstat (limited to 'lib/curl_ntlm_msgs.c')
-rw-r--r-- | lib/curl_ntlm_msgs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c index c25bebe1e..865954d3b 100644 --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c @@ -52,7 +52,7 @@ #define BUILDING_CURL_NTLM_MSGS_C #include "curl_ntlm_msgs.h" #include "curl_sasl.h" -#include "endian.h" +#include "curl_endian.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |