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 --- ChangeLog | 9 ++++++++- w3mimg/fb/fb.c | 3 ++- w3mimg/fb/fb_w3mimg.c | 3 ++- w3mimgdisplay.c | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd75aae..e0682f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-10-31 Fumitoshi UKAI + + * 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 + 2002-10-31 Fumitoshi UKAI * 0.3.2 release candidate 4 @@ -4081,4 +4088,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.463 2002/10/30 17:26:53 ukai Exp $ +$Id: ChangeLog,v 1.464 2002/10/31 09:36:21 ukai Exp $ 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 diff --git a/w3mimg/fb/fb_w3mimg.c b/w3mimg/fb/fb_w3mimg.c index f521d3e..2733624 100644 --- a/w3mimg/fb/fb_w3mimg.c +++ b/w3mimg/fb/fb_w3mimg.c @@ -1,7 +1,8 @@ -/* $Id: fb_w3mimg.c,v 1.4 2002/09/09 14:00:49 ukai Exp $ */ +/* $Id: fb_w3mimg.c,v 1.5 2002/10/31 09:36:22 ukai Exp $ */ #include #include #include +#include #include "w3mimg/fb/fb.h" #include "w3mimg/fb/fb_img.h" diff --git a/w3mimgdisplay.c b/w3mimgdisplay.c index 402a572..a51a9ef 100644 --- a/w3mimgdisplay.c +++ b/w3mimgdisplay.c @@ -1,7 +1,8 @@ -/* $Id: w3mimgdisplay.c,v 1.7 2002/09/29 15:14:32 ukai Exp $ */ +/* $Id: w3mimgdisplay.c,v 1.8 2002/10/31 09:36:22 ukai Exp $ */ #include #include #include +#include #include "config.h" #include "w3mimg/w3mimg.h" -- cgit v1.2.3