* [PATCH] vgabios: include <string.h> in biossums.c for memset declaration
@ 2008-01-07 1:58 Carlo Marcelo Arenas Belon
0 siblings, 0 replies; only message in thread
From: Carlo Marcelo Arenas Belon @ 2008-01-07 1:58 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Fixes :
biossums.c: In function 'main':
biossums.c:62: warning: incompatible implicit declaration of built-in function 'memset
Signed-off-by: Carlo Marcelo Arenas Belon <carenas-kLeDWSohozoJb6fo7hG9ng@public.gmane.org>
---
vgabios/biossums.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vgabios/biossums.c b/vgabios/biossums.c
index 5014efc..b0378fb 100644
--- a/vgabios/biossums.c
+++ b/vgabios/biossums.c
@@ -17,6 +17,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
typedef unsigned char byte;
--
1.5.3.7
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-07 1:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 1:58 [PATCH] vgabios: include <string.h> in biossums.c for memset declaration Carlo Marcelo Arenas Belon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.