From 163559ed6206155bb997ff8f283e343e778e4118 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 22 Jan 2021 15:55:11 -0800 Subject: avutil/tests/audio_ffio: add missing header Needed for HAVE_BIGENDIAN Suggested-by: ffmpeg@fb.com Signed-off-by: James Almer --- libavutil/tests/audio_fifo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil') diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c index e107166eb1..c9d6bfc7db 100644 --- a/libavutil/tests/audio_fifo.c +++ b/libavutil/tests/audio_fifo.c @@ -15,6 +15,7 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" #include #include -- cgit v1.2.3