[312/906] build: include stdlib.h when using free().

This commit is contained in:
Stefan Kost 2009-02-23 13:35:48 +02:00 committed by Matthew Waters
parent c6ad604c8c
commit aea83171e2
3 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <png.h>
#include "gstglbumper.h"

View file

@ -36,6 +36,7 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <png.h>
#include <gstglfilter.h>
#include <gstgleffectssources.h>

View file

@ -36,6 +36,7 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <png.h>
#include <gstglfilter.h>
#include <gstgleffectssources.h>