summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index 12887ea..c8134ae 100644
--- a/src/main.h
+++ b/src/main.h
@@ -24,8 +24,9 @@ THE SOFTWARE.
#ifndef SRC_MAIN_H_4ZGSCG6X
#define SRC_MAIN_H_4ZGSCG6X
+#include <curl/curl.h>
+
#include <piano.h>
-#include <waitress.h>
#include "player.h"
#include "settings.h"
@@ -33,7 +34,7 @@ THE SOFTWARE.
typedef struct {
PianoHandle_t ph;
- WaitressHandle_t waith;
+ CURL *http;
player_t player;
BarSettings_t settings;
/* first item is current song */