From fcf9cc1e59538ade385aad41991038f43d005456 Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 25 Jan 2024 11:01:39 +0000 Subject: [PATCH] fixed some warning git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@63 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/HTTP.c | 3 +++ W3Version.h.p | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0