From 9c3887a80fd4600ed2ae29958ada21abf366513e Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 27 Mar 2021 22:44:02 +0100 Subject: [PATCH] [commands] Add missing include --- src/commands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands.c b/src/commands.c index f0a5d042..a08065a6 100644 --- a/src/commands.c +++ b/src/commands.c @@ -25,6 +25,8 @@ #include #include +#include + #include "logger.h" #include "misc.h"