summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodectab.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-04 16:58:31 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-04 18:15:50 +0200
commit8d459acc10d865a82b1646f91a85ae99d998faa7 (patch)
tree1e129a70af8c61134e883b279a5b50521e24dd58 /libavcodec/mpegaudiodectab.h
parent67ace7f0473ff968c7c615796b7a95c90fde68d2 (diff)
downloadffmpeg-streaming-8d459acc10d865a82b1646f91a85ae99d998faa7.zip
ffmpeg-streaming-8d459acc10d865a82b1646f91a85ae99d998faa7.tar.gz
Add missing #includes to make headers self-contained.
This fixes 'make checkheaders'.
Diffstat (limited to 'libavcodec/mpegaudiodectab.h')
-rw-r--r--libavcodec/mpegaudiodectab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodectab.h b/libavcodec/mpegaudiodectab.h
index 041d186..1221657 100644
--- a/libavcodec/mpegaudiodectab.h
+++ b/libavcodec/mpegaudiodectab.h
@@ -27,7 +27,9 @@
#ifndef AVCODEC_MPEGAUDIODECTAB_H
#define AVCODEC_MPEGAUDIODECTAB_H
+#include <stddef.h>
#include <stdint.h>
+
#include "mpegaudio.h"
/*******************************************************/
OpenPOWER on IntegriCloud