From 83086f3be1a92b6082ffb23de3c2320eba3358d7 Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Wed, 14 Dec 2022 18:16:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils.c b/utils.c index 11f19d0..11e9e19 100644 --- a/utils.c +++ b/utils.c @@ -5,6 +5,8 @@ #ifdef EMULATOR #include #include "emulator.h" +#else +#include "main.h" #endif char zone_is_busy(short zone) {