From bb37a77c770d8f54449c1845065abdd694adf204 Mon Sep 17 00:00:00 2001 From: chenyong <1521761801@qq.com> Date: Mon, 24 Jun 2019 14:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91atoi=20?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E7=BC=96=E8=AF=91=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenyong <1521761801@qq.com> --- src/webclient.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webclient.c b/src/webclient.c index 021bcc1..e1238bc 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -14,6 +14,9 @@ * 2018-08-07 chenyong modify header processing */ +#include +#include + #include #include