summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/alpha/gstalpha.c1
-rw-r--r--gst/rtp/gstrtpamrdepay.c1
-rw-r--r--gst/rtsp/gstrtspsrc.c1
-rw-r--r--gst/udp/gstudpsrc.c1
-rw-r--r--gst/videomixer/videomixer.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c
index 0b5ffb7e..6deffdbd 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -23,6 +23,7 @@
#include <gst/gst.h>
#include <gst/video/video.h>
+#include <stdlib.h>
#include <string.h>
#include <math.h>
diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c
index 5e7f1569..6e789103 100644
--- a/gst/rtp/gstrtpamrdepay.c
+++ b/gst/rtp/gstrtpamrdepay.c
@@ -23,6 +23,7 @@
#include <gst/rtp/gstrtpbuffer.h>
+#include <stdlib.h>
#include <string.h>
#include "gstrtpamrdepay.h"
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 0c8f5bf8..506e563b 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -89,6 +89,7 @@
#endif
#include <unistd.h>
+#include <stdlib.h>
#include <string.h>
#include "gstrtspsrc.h"
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 6feccdb1..85ad7c68 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -90,6 +90,7 @@
#include "gstudpsrc.h"
#include <unistd.h>
+#include <stdlib.h>
#include <gst/netbuffer/gstnetbuffer.h>
diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c
index c12fbeb8..b8d926b8 100644
--- a/gst/videomixer/videomixer.c
+++ b/gst/videomixer/videomixer.c
@@ -52,6 +52,7 @@
#include <gst/gst.h>
#include <gst/base/gstcollectpads.h>
+#include <stdlib.h>
#include <string.h>
GST_DEBUG_CATEGORY_STATIC (gst_videomixer_debug);