aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 326a0499d..c9b2fcbd2 100644
--- a/src/command.c
+++ b/src/command.c
@@ -38,9 +38,11 @@
#include "client.h"
#include "tag_print.h"
#include "path.h"
-#include "os_compat.h"
#include "idle.h"
+#include <assert.h>
+#include <time.h>
+
#define COMMAND_STATUS_VOLUME "volume"
#define COMMAND_STATUS_STATE "state"
#define COMMAND_STATUS_REPEAT "repeat"