diff options
Diffstat (limited to 'libavutil/log.h')
-rw-r--r-- | libavutil/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/log.h b/libavutil/log.h index 152e773c2c..8c93f9c853 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -22,6 +22,7 @@ #define AVUTIL_LOG_H #include <stdarg.h> +#include "avutil.h" /** * Describes the class of an AVClass context structure, that is an |