projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ddbd9
)
Add missing includes to libavutil/error.h
author
Måns Rullgård
<mans@mansr.com>
Sun, 14 Mar 2010 22:25:31 +0000
(22:25 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 14 Mar 2010 22:25:31 +0000
(22:25 +0000)
Originally committed as revision 22529 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/error.h
patch
|
blob
|
history
diff --git
a/libavutil/error.h
b/libavutil/error.h
index 61b8e1dd06ad085a807d8611cf4cffd9005579e5..8a53b906a25068875952b92cad2a26c5c3a1db94 100644
(file)
--- a/
libavutil/error.h
+++ b/
libavutil/error.h
@@
-24,6
+24,9
@@
#ifndef AVUTIL_ERROR_H
#define AVUTIL_ERROR_H
+#include <errno.h>
+#include "avutil.h"
+
/* error handling */
#if EINVAL > 0
#define AVERROR(e) (-(e)) /**< Returns a negative error code from a POSIX error code, to return from library functions. */