Child: [7283d6] (diff)

Download this file

mpdas.h    26 lines (21 with data), 425 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <iomanip>
#include <curl/curl.h>
// this is one ugly fix ..
#define new arg_new
#include <libmpd/libmpd.h>
#undef new
#include <curl/curl.h>
#include "md5.h"
#include "config.h"
#include "utils.h"
#include "mpd.h"
#include "cache.h"
#include "audioscrobbler.h"