mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
strcasecompare: include curl.h in strcase.c
This should fix the "warning: 'curl_strequal' redeclared without dllimport attribute: previous dllimport ignored" message and subsequent link error on Windows because of the missing CURL_EXTERN on the prototype.
This commit is contained in:
parent
64c2d24c42
commit
47a21ca9ba
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "strcase.h"
|
||||
|
||||
/* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue