From a70a6d10ff4a2699a68bff1c0b86bf7415f829b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Jun 2010 00:18:10 +0100 Subject: [PATCH] examples: add missing stdlib.h include in typefind example --- tests/examples/typefind/typefind.c | 2 ++ 1 file changed, 2 insertions(+) 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 +#include + static void type_found (GstElement * typefind, guint probability, const GstCaps * caps, gpointer user_data) -- 2.7.4