summaryrefslogtreecommitdiffstats
path: root/gst/spectrum
diff options
context:
space:
mode:
Diffstat (limited to 'gst/spectrum')
-rw-r--r--gst/spectrum/demo-audiotest.c1
-rw-r--r--gst/spectrum/demo-osssrc.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/gst/spectrum/demo-audiotest.c b/gst/spectrum/demo-audiotest.c
index ed47278f..edb1d1dc 100644
--- a/gst/spectrum/demo-audiotest.c
+++ b/gst/spectrum/demo-audiotest.c
@@ -21,6 +21,7 @@
#include "config.h"
#endif
+#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gst/gst.h>
diff --git a/gst/spectrum/demo-osssrc.c b/gst/spectrum/demo-osssrc.c
index 6419293a..b71843e6 100644
--- a/gst/spectrum/demo-osssrc.c
+++ b/gst/spectrum/demo-osssrc.c
@@ -20,6 +20,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+
+#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gst/gst.h>