Update checkfiles.lua

This commit is contained in:
SirLynix
2024-01-24 16:50:20 +01:00
parent bb3b28279b
commit 0cec655af6

View File

@@ -43,6 +43,7 @@ local systemHeaders = {
["poll.h"] = true, ["poll.h"] = true,
["process.h"] = true, ["process.h"] = true,
["pthread.h"] = true, ["pthread.h"] = true,
["signal.h"] = true,
["spawn.h"] = true, ["spawn.h"] = true,
["unistd.h"] = true, ["unistd.h"] = true,
["windows.h"] = true, ["windows.h"] = true,