From fe6e8c1e717d632c46e48a40bd7bc2151247be1d Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Sat, 4 Nov 2017 13:28:51 +0800 Subject: [PATCH] =?UTF-8?q?[GUI]=E8=A7=A3=E5=86=B3=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0image=5Fpng.h=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gui/src/image_png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gui/src/image_png.c b/components/gui/src/image_png.c index 4d5512bf24..40e9061581 100644 --- a/components/gui/src/image_png.c +++ b/components/gui/src/image_png.c @@ -424,7 +424,7 @@ void rtgui_image_png_init() #elif defined(RTGUI_IMAGE_LODEPNG) #include "lodepng.h" -#include +#include static rt_bool_t rtgui_image_png_check(struct rtgui_filerw *file); static rt_bool_t rtgui_image_png_load(struct rtgui_image *image, struct rtgui_filerw *file, rt_bool_t load); -- GitLab