[MPlayer-cvslog] r22756 - trunk/TOOLS/gltest.c
diego
subversion at mplayerhq.hu
Tue Mar 20 02:08:58 CET 2007
Author: diego
Date: Tue Mar 20 02:08:58 2007
New Revision: 22756
Modified:
trunk/TOOLS/gltest.c
Log:
Add #include <string.h> to fix the following warning:
gltest.c:157: warning: implicit declaration of function `memset'
Modified: trunk/TOOLS/gltest.c
==============================================================================
--- trunk/TOOLS/gltest.c (original)
+++ trunk/TOOLS/gltest.c Tue Mar 20 02:08:58 2007
@@ -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
More information about the MPlayer-cvslog
mailing list