shithub: dav1d

Download patch

ref: 9a2582c4f5b4d0e06ca508490dbb4c7a652f045d
parent: 58fc51659634b48026da97eced714d214c97857a
author: Steve Lhomme <robux4@videolan.org>
date: Fri Nov 9 12:16:07 EST 2018

include errno.h in the public headers

Since we return EAGAIN it's better if include the file that has it.

--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -32,6 +32,8 @@
 extern "C" {
 #endif
 
+#include <errno.h>
+
 #include "common.h"
 #include "picture.h"
 #include "data.h"