]> granicus.if.org Git - curl/commit
strcasecompare: include curl.h in strcase.c
authorDan Fandrich <dan@coneharvesters.com>
Mon, 31 Oct 2016 14:17:35 +0000 (15:17 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 31 Oct 2016 14:21:13 +0000 (15:21 +0100)
commit47a21ca9ba80d055e3d4974ccf4dd5c85990d4b0
treecb6d55d0b10a4a79e67dcb31cd8cc05ae86ff406
parent64c2d24c423c1bd079fbab0a6089b6c85ca2bb64
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.
lib/strcase.c