Skip to content
Snippets Groups Projects
Commit e4836e3c authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Add missing includes to libavutil/error.h

Originally committed as revision 22529 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 73ddbd9d
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment