diff options
Diffstat (limited to 'asxparser.c')
-rw-r--r-- | asxparser.c | 3 |
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" |