[pipe/mxml] Add compability with older versions of mxml

This commit is contained in:
ejurgensen
2017-01-28 00:16:33 +01:00
parent 97aa544945
commit b6f969d96e
5 changed files with 64 additions and 21 deletions

View File

@@ -47,6 +47,7 @@
#include <event2/buffer.h>
#include <mxml.h>
#include "input.h"
#include "misc.h"
#include "logger.h"
#include "db.h"
@@ -54,7 +55,7 @@
#include "listener.h"
#include "player.h"
#include "worker.h"
#include "input.h"
#include "mxml-compat.h"
// Maximum number of pipes to watch for data
#define PIPE_MAX_WATCH 4