mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[312/906] build: include stdlib.h when using free().
This commit is contained in:
parent
c6ad604c8c
commit
aea83171e2
3 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
#include "gstglbumper.h"
|
#include "gstglbumper.h"
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
#include <gstglfilter.h>
|
#include <gstglfilter.h>
|
||||||
#include <gstgleffectssources.h>
|
#include <gstgleffectssources.h>
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
#include <gstglfilter.h>
|
#include <gstglfilter.h>
|
||||||
#include <gstgleffectssources.h>
|
#include <gstgleffectssources.h>
|
||||||
|
|
Loading…
Reference in a new issue