From 9e2cf147e2373e1228e32c3f7c8cb712e3a5a28f Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 25 Nov 2024 09:26:56 +0100 Subject: pkgs/human-sleep: Fix missing UINT64_MAX on Linux --- pkgs/human-sleep/human-sleep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/human-sleep') diff --git a/pkgs/human-sleep/human-sleep.c b/pkgs/human-sleep/human-sleep.c index 5381fc4..b55cbc2 100644 --- a/pkgs/human-sleep/human-sleep.c +++ b/pkgs/human-sleep/human-sleep.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3