Add missing includes to libavutil/error.h
Originally committed as revision 22529 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		@@ -24,6 +24,9 @@
 | 
				
			|||||||
#ifndef AVUTIL_ERROR_H
 | 
					#ifndef AVUTIL_ERROR_H
 | 
				
			||||||
#define AVUTIL_ERROR_H
 | 
					#define AVUTIL_ERROR_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <errno.h>
 | 
				
			||||||
 | 
					#include "avutil.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* error handling */
 | 
					/* error handling */
 | 
				
			||||||
#if EINVAL > 0
 | 
					#if EINVAL > 0
 | 
				
			||||||
#define AVERROR(e) (-(e)) /**< Returns a negative error code from a POSIX error code, to return from library functions. */
 | 
					#define AVERROR(e) (-(e)) /**< Returns a negative error code from a POSIX error code, to return from library functions. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user