summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.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/stheader.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/stheader.h')
-rw-r--r--libmpdemux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 60bd34c005..91df2c057b 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -1,6 +1,7 @@
#ifndef MPLAYER_STHEADER_H
#define MPLAYER_STHEADER_H
+#include "demuxer.h"
#include "aviheader.h"
#include "ms_hdr.h"