diff asxparser.c @ 8164:487cfc28525d

New config system + cleanup of header inter dependency
author albeu
date Tue, 12 Nov 2002 01:56:42 +0000
parents 6f76eebc0318
children 1f6ae3d15f19
line wrap: on
line diff
--- a/asxparser.c	Tue Nov 12 00:19:14 2002 +0000
+++ b/asxparser.c	Tue Nov 12 01:56:42 2002 +0000
@@ -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"