From 7c2bb79f3b849d12800856379063f99f3b018678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 9 May 2012 09:57:33 +0200 Subject: [PATCH] lavu/error: fix make checkheaders. The errors need to be defined before including functions depending on them. See av_size_mult() for instance. stddef.h is included for the prototype of av_sterror (use of size_t). --- libavutil/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/error.h b/libavutil/error.h index 3b05e4b50e..316734f112 100644 --- a/libavutil/error.h +++ b/libavutil/error.h @@ -25,7 +25,7 @@ #define AVUTIL_ERROR_H #include -#include "avutil.h" +#include /** * @addtogroup lavu_error