summaryrefslogtreecommitdiffstats
path: root/asxparser.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-12 01:56:42 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-12 01:56:42 +0000
commit126725660d4bebbab8570221c5681dc01d98fe86 (patch)
tree3ebdca9acf6fae38bfdba5b4159fbd16177da828 /asxparser.c
parent0f622e2d6fe735d727b9d8fd12cea22e03fd954b (diff)
downloadmpv-126725660d4bebbab8570221c5681dc01d98fe86.tar.bz2
mpv-126725660d4bebbab8570221c5681dc01d98fe86.tar.xz
New config system + cleanup of header inter dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'asxparser.c')
-rw-r--r--asxparser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asxparser.c b/asxparser.c
index cdc503b9d4..2b1c175ab1 100644
--- a/asxparser.c
+++ b/asxparser.c
@@ -1,3 +1,4 @@
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
@@ -5,7 +6,9 @@
#include <string.h>
#include <unistd.h>
+#include "playtree.h"
#include "playtreeparser.h"
+#include "libmpdemux/stream.h"
#include "asxparser.h"
#include "mp_msg.h"
#include "cfgparser.h"