From 1b95b11850fa3ab84bfeb222da02a790c89fd920 Mon Sep 17 00:00:00 2001 From: Alice Woodstock Date: Thu, 1 Aug 2024 16:07:55 -0300 Subject: [PATCH] Fix error compiling on arch linux --- src/core/system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.h b/src/core/system.h index 3c83b9c5c..a08c48a8b 100644 --- a/src/core/system.h +++ b/src/core/system.h @@ -7,6 +7,7 @@ extern "C" { #endif #include +#include #include #include