OSDN Git Service

avcodec/cbrt_data: add missing header include
authorJames Almer <jamrial@gmail.com>
Wed, 22 Feb 2017 17:36:26 +0000 (14:36 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 22 Feb 2017 17:36:26 +0000 (14:36 -0300)
Fixes make checkheaders

libavcodec/cbrt_data.h

index 232f74f..89117f8 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <stdint.h>
 
+#include "config.h"
+
 #if CONFIG_HARDCODED_TABLES
 #define ff_cbrt_tableinit_fixed()
 #define ff_cbrt_tableinit()