From 745f921a62e2bf2613a88317f11a8be3d7ce2de2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 23 Jan 2012 11:57:36 +0000 Subject: [PATCH] tests: fix missing include in audio-trickplay --- tests/icles/audio-trickplay.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4