# HG changeset patch # User jaf # Date 1022881335 0 # Node ID aee789fa2d07fa748e59393b529fbde13fe05977 # Parent e792875ac76900a39ad571fdb56de2cddcffdf21 When compiling mga_vid_test.c, memcpy() is subject to an implicit declaration. The attached patch fixes it. by Tore Anderson diff -r e792875ac769 -r aee789fa2d07 drivers/mga_vid_test.c --- 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 #include #include +#include #include "mga_vid.h" mga_vid_config_t config;