summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c
index fc471b106f..7db6894360 100644
--- a/command.c
+++ b/command.c
@@ -55,6 +55,7 @@
#endif
#include "mp_core.h"
+#include "mp_fifo.h"
#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))