summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-31 13:42:09 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-31 13:42:09 +0000
commit44111a3753a34e98fb4c14eff7d3ae15e6e9aee0 (patch)
treecb69adc4c5615390bdd636f5a3b62f4464b64d45 /stream
parentc2ed18b40b50a0506c23a39752f9963b92ad130f (diff)
downloadmpv-44111a3753a34e98fb4c14eff7d3ae15e6e9aee0.tar.bz2
mpv-44111a3753a34e98fb4c14eff7d3ae15e6e9aee0.tar.xz
Fix compilation with internal dvdnav
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26939 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvd_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvd_common.c b/stream/stream_dvd_common.c
index 60abed55e3..5b08107dae 100644
--- a/stream/stream_dvd_common.c
+++ b/stream/stream_dvd_common.c
@@ -1,3 +1,4 @@
+#include "config.h"
#include <inttypes.h>
#ifdef USE_DVDREAD_INTERNAL
#include <dvdread/ifo_types.h>