From 3494ddcae0c8f0a4eabbb94cf9c14e851a575538 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 2 Nov 2024 00:06:08 +0900 Subject: [PATCH] Include recommended glibc header instead of internal one Starting with glibc-2.32, you only include top level headers, otherwise it cause an error. https://docs.gtk.org/glib/compiling.html --- src/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.hpp b/src/util.hpp index 4024e34..072a8e2 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include