From 7e64c9fc8d78c30e9ec2c3753a4c603b184328c2 Mon Sep 17 00:00:00 2001 From: shell Date: Sat, 21 Jun 2025 09:54:05 -0600 Subject: [PATCH] =?UTF-8?q?Fixed=20implicit=20declaration=20of=20nanosleep?= =?UTF-8?q?=20In=20function=20=E2=80=98grabkeyboard=E2=80=99:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xprompt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xprompt.c b/xprompt.c index 09f1cb0..88f5d41 100644 --- a/xprompt.c +++ b/xprompt.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ + #include #include #include @@ -8,6 +9,7 @@ #include #include #include +#include #include #include #include