Include stddef from snow_dwt.h.

Fixes make checkheaders.
pull/100/head
Carl Eugen Hoyos 10 years ago
parent 172d22a071
commit 0e3ea5b28a
  1. 1
      libavcodec/snow_dwt.h

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

Loading…
Cancel
Save