From a7a938c9e8c07f292e9e6ab0a0c9cc9805eb9a39 Mon Sep 17 00:00:00 2001 From: CPunch Date: Mon, 27 Jun 2022 19:48:43 -0500 Subject: [PATCH] Bot: fix shell header includes (x2) --- bot/include/shell.h | 2 ++ lib/include/lsocket.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bot/include/shell.h b/bot/include/shell.h index 799deef..d86b1da 100644 --- a/bot/include/shell.h +++ b/bot/include/shell.h @@ -4,6 +4,8 @@ #include "laika.h" #include "lpacket.h" +#include + #define LAIKA_SHELL_TASK_DELTA 50 struct sLaika_bot; diff --git a/lib/include/lsocket.h b/lib/include/lsocket.h index 4862f1d..69937ff 100644 --- a/lib/include/lsocket.h +++ b/lib/include/lsocket.h @@ -1,8 +1,8 @@ #ifndef LAIKA_SOCKET_H #define LAIKA_SOCKET_H - -/* clang-format will change the order of the included windows headers, this BREAKS THINGS. for now, make clang ignore this section */ +/* clang-format will change the order of the included windows headers, this BREAKS THINGS. + for now, make clang ignore this section */ /* clang-format off */