From c590354060833f615b3b306104c8bd4defca0e3c Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 20 Mar 2007 01:08:58 +0000 Subject: Add #include to fix the following warning: gltest.c:157: warning: implicit declaration of function `memset' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22756 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/gltest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS') diff --git a/TOOLS/gltest.c b/TOOLS/gltest.c index e8c6d33146..1bfdce5e67 100644 --- a/TOOLS/gltest.c +++ b/TOOLS/gltest.c @@ -5,6 +5,7 @@ #include #include #include +#include // pixel size: 3 or 4 #define BYTES_PP 3 -- cgit v1.2.3