Include stddef from snow_dwt.h.

Fixes make checkheaders.
This commit is contained in:
Carl Eugen Hoyos 2014-11-25 01:27:30 +01:00
parent 172d22a071
commit 0e3ea5b28a
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef AVCODEC_SNOW_DWT_H
#define AVCODEC_SNOW_DWT_H
#include <stddef.h>
#include <stdint.h>
typedef int DWTELEM;