changeset 6245:aee789fa2d07

When compiling mga_vid_test.c, memcpy() is subject to an implicit declaration. The attached patch fixes it. by Tore Anderson <tore@linpro.no>
author jaf
date Fri, 31 May 2002 21:42:15 +0000
parents e792875ac769
children ce7422676d5e
files drivers/mga_vid_test.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/mga_vid_test.c	Fri May 31 21:39:12 2002 +0000
+++ b/drivers/mga_vid_test.c	Fri May 31 21:42:15 2002 +0000
@@ -17,6 +17,7 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <inttypes.h>
+#include <string.h>
 #include "mga_vid.h"
 
 mga_vid_config_t config;