mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
build: add missing stdlib include to fix the build
This commit is contained in:
parent
e665fb8702
commit
2390d3a31c
3 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gstfaac.h"
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#include "gstvideomeasure.h"
|
||||
#include "gstvideomeasure_ssim.h"
|
||||
#include <gst/audio/audio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#ifdef SAVE_SNAPSHOT
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in a new issue