From: Tim-Philipp Müller Date: Mon, 23 Jan 2012 11:57:36 +0000 (+0000) Subject: tests: fix missing include in audio-trickplay X-Git-Tag: RELEASE-0.11.2~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=745f921a62e2bf2613a88317f11a8be3d7ce2de2;p=platform%2Fupstream%2Fgst-plugins-base.git tests: fix missing include in audio-trickplay --- diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c index a97871e..58dc897 100644 --- a/tests/icles/audio-trickplay.c +++ b/tests/icles/audio-trickplay.c @@ -18,6 +18,7 @@ #include #include #include +#include static void check_position (GstElement * elem, GstQuery * pos, const gchar * info)