diff options
Diffstat (limited to 'gst/spectrum')
-rw-r--r-- | gst/spectrum/demo-audiotest.c | 1 | ||||
-rw-r--r-- | gst/spectrum/demo-osssrc.c | 2 |
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> |