From: nishi Date: Thu, 25 Jan 2024 11:01:39 +0000 (+0000) Subject: fixed some warning X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=fcf9cc1e59538ade385aad41991038f43d005456;p=libw3.git fixed some warning git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@63 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Library/HTTP.c b/Library/HTTP.c index a4b1329..67dccf2 100644 --- a/Library/HTTP.c +++ b/Library/HTTP.c @@ -8,6 +8,9 @@ #include #include #include +#include + +extern int strcasecmp(const char *s1, const char *s2); void __W3_HTTP_Request(struct W3* w3) { __W3_Debug("LibW3-HTTP", "Sending the request"); diff --git a/W3Version.h.p b/W3Version.h.p index 7a9e31a..1ca713e 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "1.3C" \ +#define LIBW3_VERSION "1.3D" \ SUFFIX #ifdef __cplusplus