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.
This commit is contained in:
Steve Holme
2014-12-31 14:02:25 +00:00
parent ee0941a0b7
commit b40e37f93d
7 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@
#include "curl_md5.h"
#include "curl_hmac.h"
#include "warnless.h"
#include "endian.h"
#include "curl_endian.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>