changeset 22738:2852487b2f8d

Add #include <string.h> to fix the following warning: gltest.c:157: warning: implicit declaration of function `memset'
author diego
date Tue, 20 Mar 2007 01:08:58 +0000
parents 6ce48e36dc01
children 25586323a128
files TOOLS/gltest.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/gltest.c	Tue Mar 20 01:06:51 2007 +0000
+++ b/TOOLS/gltest.c	Tue Mar 20 01:08:58 2007 +0000
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <inttypes.h>
+#include <string.h>
 
 // pixel size:  3 or 4
 #define BYTES_PP 3