summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ebml.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 23:32:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 23:32:01 +0000
commit67d7fb201568b6f9e081012a1faa1af0cc3d96cb (patch)
treefd3ccf5ae00a1bbfccb07cc67cfbee28639282d9 /libmpdemux/ebml.h
parent5d3c5c26f6b42561b043fccf9b87b4dc9c2b6093 (diff)
downloadmpv-67d7fb201568b6f9e081012a1faa1af0cc3d96cb.tar.bz2
mpv-67d7fb201568b6f9e081012a1faa1af0cc3d96cb.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26175 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/ebml.h')
-rw-r--r--libmpdemux/ebml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/ebml.h b/libmpdemux/ebml.h
index 919fd526df..c4d7256d91 100644
--- a/libmpdemux/ebml.h
+++ b/libmpdemux/ebml.h
@@ -2,6 +2,7 @@
#define MPLAYER_EBML_H
#include <inttypes.h>
+#include "stream/stream.h"
/* EBML version supported */