Add #include <string.h> 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
This commit is contained in:
diego 2007-03-20 01:08:58 +00:00
parent b478785d89
commit c590354060
1 changed files with 1 additions and 0 deletions

View File

@ -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