From dce9a74733f5315b2f3c0a1cbcfdc439b9a7590e Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 31 Oct 2002 09:36:21 +0000 Subject: fix compilation warnings * w3mimgdisplay.c: add #include for strlen, strcmp * w3mimg/fb/fb.c: add #include for memset * w3mimg/fb/fb_w3mimg.c: add #include for memset From: Fumitoshi UKAI --- w3mimg/fb/fb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'w3mimg/fb/fb.c') diff --git a/w3mimg/fb/fb.c b/w3mimg/fb/fb.c index a92e585..c936784 100644 --- a/w3mimg/fb/fb.c +++ b/w3mimg/fb/fb.c @@ -1,10 +1,11 @@ -/* $Id: fb.c,v 1.8 2002/10/10 16:16:00 ukai Exp $ */ +/* $Id: fb.c,v 1.9 2002/10/31 09:36:22 ukai Exp $ */ /************************************************************************** fb.c 0.3 Copyright (C) 2002, hito **************************************************************************/ #include #include +#include #include #include #include -- cgit v1.2.3