Add missing header to fix 'make checkheaders'.

Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent 89fb9516af
commit 1feec476aa
  1. 1
      libavcodec/twinvq_data.h

@ -22,6 +22,7 @@
#ifndef AVCODEC_TWINVQ_DATA_H
#define AVCODEC_TWINVQ_DATA_H
#include <stddef.h>
#include <stdint.h>
/*

Loading…
Cancel
Save