Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dav1d
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Konstantin Pavlov
dav1d
Commits
9a2582c4
Commit
9a2582c4
authored
Nov 09, 2018
by
Steve Lhomme
Committed by
Janne Grunau
Nov 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include errno.h in the public headers
Since we return EAGAIN it's better if include the file that has it.
parent
58fc5165
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/dav1d/dav1d.h
include/dav1d/dav1d.h
+2
-0
No files found.
include/dav1d/dav1d.h
View file @
9a2582c4
...
...
@@ -32,6 +32,8 @@
extern
"C"
{
#endif
#include <errno.h>
#include "common.h"
#include "picture.h"
#include "data.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment