From 515db03fe505c83b17c44283f7399eb271a2540d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 15 Oct 2024 22:38:06 -0500 Subject: [PATCH] Add missing stdbool.h include --- app/masterhook.c | 1 + app/masterhook_internal.c | 1 + 2 files changed, 2 insertions(+) diff --git a/app/masterhook.c b/app/masterhook.c index aea028f3..06c63a52 100644 --- a/app/masterhook.c +++ b/app/masterhook.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include diff --git a/app/masterhook_internal.c b/app/masterhook_internal.c index 6f9ae228..f284fd17 100644 --- a/app/masterhook_internal.c +++ b/app/masterhook_internal.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include