From e39b92a1f0e7c1311a2f1e81f2ad5d1be4c07405 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 18 Jun 2018 01:44:17 +0200 Subject: [PATCH] Another buildfix --- command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command.c b/command.c index dcc5e27b1d..6a72478760 100644 --- a/command.c +++ b/command.c @@ -26,7 +26,6 @@ #include #include #include -#include #ifdef HAVE_CONFIG_H #include "config.h" @@ -49,6 +48,8 @@ #include "discord/discord.h" #endif +#include "midi/midi_driver.h" + #ifdef HAVE_MENU #include "menu/menu_driver.h" #include "menu/menu_content.h"