From 0cec655af62358ccf1492b30cc830be799b86327 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Wed, 24 Jan 2024 16:50:20 +0100 Subject: [PATCH] Update checkfiles.lua --- xmake/actions/checkfiles.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index 485fff66d..12f9bbcd9 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -43,6 +43,7 @@ local systemHeaders = { ["poll.h"] = true, ["process.h"] = true, ["pthread.h"] = true, + ["signal.h"] = true, ["spawn.h"] = true, ["unistd.h"] = true, ["windows.h"] = true,