changeset 24262:b4fdd3c12247

warning fix: tdfx_vid_test.c: In function ¡Æmain¡Ç: tdfx_vid_test.c:61: warning: incompatible implicit declaration of built-in function ¡Æmemset¡Ç
author diego
date Wed, 29 Aug 2007 09:16:56 +0000
parents 82edcb540ec8
children c162f47fdae3
files drivers/tdfx_vid_test.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/tdfx_vid_test.c	Wed Aug 29 08:44:02 2007 +0000
+++ b/drivers/tdfx_vid_test.c	Wed Aug 29 09:16:56 2007 +0000
@@ -1,6 +1,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>