summaryrefslogtreecommitdiff
path: root/libavcodec/snow_dwt.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-25 01:27:30 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-25 02:00:27 +0100
commit0e3ea5b28a32fc068322f3482cd147a787cb9855 (patch)
tree00f5309ddefd78e755fa0d8a5978bbf8893508b2 /libavcodec/snow_dwt.h
parent172d22a071b5ba932d365ec5e133bf387f5076ed (diff)
downloadffmpeg-0e3ea5b28a32fc068322f3482cd147a787cb9855.tar.gz
Include stddef from snow_dwt.h.
Fixes make checkheaders.
Diffstat (limited to 'libavcodec/snow_dwt.h')
-rw-r--r--libavcodec/snow_dwt.h1
1 files changed, 1 insertions, 0 deletions
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 <stddef.h>
#include <stdint.h>
typedef int DWTELEM;