From 92921598baed979f038b0198ea9b9614efed2812 Mon Sep 17 00:00:00 2001 From: heyuanjie87 Date: Sun, 28 Apr 2019 18:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipmsg_filerecv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmsg_filerecv.c b/ipmsg_filerecv.c index 78e0be8..2db05d2 100644 --- a/ipmsg_filerecv.c +++ b/ipmsg_filerecv.c @@ -15,6 +15,7 @@ #include "ipmsg.h" #include "ipmsgdef.h" +#include #include #include "netdb.h" @@ -98,7 +99,6 @@ static void msg_server(void *p) int sock; char *buf; ipmsg_filehandler_t *fh = p; - int ret; int stage = 0; fh->notify(fh, IPMSG_FE_ENTER, NULL);