tests: include sysdeps.h in compilation unit
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 26 Sep 2018 17:34:06 +0000 (19:34 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 26 Sep 2018 17:34:47 +0000 (19:34 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=797204

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
tests/y4mreader.c

index 3fb7873..76847bb 100644 (file)
@@ -19,8 +19,8 @@
  * Boston, MA 02110-1301 USA
  */
 
+#include "gst/vaapi/sysdeps.h"
 #include "y4mreader.h"
-#include <string.h>
 
 /* format documentation:
  * http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 */