From 0e3ea5b28a32fc068322f3482cd147a787cb9855 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 25 Nov 2014 01:27:30 +0100 Subject: [PATCH] Include stddef from snow_dwt.h. Fixes make checkheaders. --- libavcodec/snow_dwt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h index 6ac49e2b9e..e2d7528056 100644 --- a/libavcodec/snow_dwt.h +++ b/libavcodec/snow_dwt.h @@ -21,6 +21,7 @@ #ifndef AVCODEC_SNOW_DWT_H #define AVCODEC_SNOW_DWT_H +#include #include typedef int DWTELEM;