[gst-cvs] gstreamer: examples: add missing stdlib.h include in typefind example
Tim Müller
tpm at kemper.freedesktop.org
Sat Jun 26 02:40:02 PDT 2010
Module: gstreamer
Branch: master
Commit: a70a6d10ff4a2699a68bff1c0b86bf7415f829b7
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=a70a6d10ff4a2699a68bff1c0b86bf7415f829b7
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Jun 26 00:18:10 2010 +0100
examples: add missing stdlib.h include in typefind example
---
tests/examples/typefind/typefind.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/examples/typefind/typefind.c b/tests/examples/typefind/typefind.c
index 06cb56b..8476c2a 100644
--- a/tests/examples/typefind/typefind.c
+++ b/tests/examples/typefind/typefind.c
@@ -20,6 +20,8 @@
#include <gst/gst.h>
+#include <stdlib.h>
+
static void
type_found (GstElement * typefind, guint probability, const GstCaps * caps,
gpointer user_data)
More information about the Gstreamer-commits
mailing list