aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 4ec679909..1f997b81c 100644
--- a/src/command.c
+++ b/src/command.c
@@ -29,7 +29,6 @@
#include "permission.h"
#include "buffer2array.h"
#include "log.h"
-#include "utils.h"
#include "stored_playlist.h"
#include "ack.h"
#include "audio.h"
@@ -42,6 +41,8 @@
#include <assert.h>
#include <time.h>
+#include <stdlib.h>
+#include <errno.h>
#define COMMAND_STATUS_VOLUME "volume"
#define COMMAND_STATUS_STATE "state"