summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2018-09-26 19:34:06 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-09-26 19:34:47 +0200
commit37a756fd919e382942265cc0ead4cfe81a98c66e (patch)
tree9c01ecd8bb56888611fe21686cdae8e59ca1065c /tests
parentfbc5ed1651678cc327638ed604b58c4d045d7985 (diff)
tests: include sysdeps.h in compilation unit
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=797204 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/y4mreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/y4mreader.c b/tests/y4mreader.c
index 3fb78732..76847bb2 100644
--- a/tests/y4mreader.c
+++ b/tests/y4mreader.c
@@ -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 */