a/src/mediaserver/cdplugins/plgwithslave.cxx b/src/mediaserver/cdplugins/plgwithslave.cxx
...
...
24
#include <vector>
24
#include <vector>
25
#include <sstream>
25
#include <sstream>
26
#include <string.h>
26
#include <string.h>
27
#include <upnp/upnp.h>
27
#include <upnp/upnp.h>
28
#include <microhttpd.h>
28
#include <microhttpd.h>
29
#ifdef HAVE_JSONCPP_JSON_JSON_H
30
#include <jsoncpp/json/json.h>
31
#else
32
#include <json/json.h>
29
#include <json/json.h>
33
#endif
34
30
35
#include "cmdtalk.h"
31
#include "cmdtalk.h"
36
#include "pathut.h"
32
#include "pathut.h"
37
#include "smallut.h"
33
#include "smallut.h"
38
#include "libupnpp/log.hxx"
34
#include "libupnpp/log.hxx"