shithub: dav1d

Download patch

ref: afee1ac744864f31b2ff3da5ef48ddb186a00dad
parent: 4806492ac3813dbcca1b368c5ef431d8d078e706
author: Marvin Scholz <epirat07@gmail.com>
date: Sat Jul 27 23:15:30 EDT 2019

tools: player: Add missing string.h header

--- a/tools/dav1dplay.c
+++ b/tools/dav1dplay.c
@@ -29,6 +29,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <string.h>
 #include <assert.h>
 #include <getopt.h>