Browse Source

Include stddef from snow_dwt.h.

Fixes make checkheaders.
tags/n2.5
Carl Eugen Hoyos 11 years ago
parent
commit
0e3ea5b28a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/snow_dwt.h

+ 1
- 0
libavcodec/snow_dwt.h 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;


Loading…
Cancel
Save