]> Nishi Git Mirror - libw3.git/commitdiff
warning fix
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 12:37:08 +0000 (12:37 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 12:37:08 +0000 (12:37 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@92 d27a3e52-49c5-7645-884c-6793ebffc270

Library/Core.c
Library/HTTP.c
W3Version.h.p

index d04569d0c7c32e467d80e601570dc8678a1dab8e..484caf1f2e8335bc21560d8c46501032cebbe3ab 100644 (file)
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 #ifdef __MINGW32__
 #include <windows.h>
index b8103a47f2df74abdeeae759ed5558ff59e5760b..cf9f93c87346b991b8d2cf30831e36fab6538af8 100644 (file)
@@ -4,6 +4,7 @@
 #include "W3Core.h"
 #include "W3URL.h"
 #include "W3Util.h"
+#include "W3DNS.h"
 
 #include <stdbool.h>
 #include <stdio.h>
index 26fe8686d33603e3193eae8bd004339885839274..ec9dfd563f59ad12f920a3c17109dfec14b61b7d 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "1.5" \
+#define LIBW3_VERSION "1.5A" \
 SUFFIX
 
 #ifdef __cplusplus