check: Fix compilation error for iOS
authorSebastian Rasmussen <sebras@hotmail.com>
Sat, 6 Dec 2014 18:03:04 +0000 (19:03 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 6 Dec 2014 18:46:29 +0000 (19:46 +0100)
commitfb6ea425b01f39539d4addc62673d66c477395ab
treeae146d20389fdc66012a9c25416345c2543cde0d
parent85c8b5d2c43be4888b12d31832823bf1cfc68c44
check: Fix compilation error for iOS

libcheck includes CoreServices for its compat for clock_gettime(),
even though it never uses anything it declares. Let's remove it.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727826
libs/gst/check/libcheck/clock_gettime.c