summaryrefslogtreecommitdiffstats
path: root/playtreeparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtreeparser.c')
-rw-r--r--playtreeparser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/playtreeparser.c b/playtreeparser.c
index 2e3b7fd44a..33a23e6353 100644
--- a/playtreeparser.c
+++ b/playtreeparser.c
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <ctype.h>
+#include "asxparser.h"
#include "m_config.h"
#include "playtree.h"
#include "playtreeparser.h"
@@ -38,9 +39,6 @@
#include "mp_msg.h"
-extern play_tree_t*
-asx_parser_build_tree(char* buffer, int ref);
-
#define BUF_STEP 1024
#define WHITES " \n\r\t"