From 783627c315a32630bc5ad562cef7969eaffeb3fa Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sun, 1 Dec 2024 21:31:27 +0200 Subject: [PATCH] LibC: Fix time.h sigevent defition --- userspace/libraries/LibC/include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/libraries/LibC/include/time.h b/userspace/libraries/LibC/include/time.h index 3fc9818d2a..2f41aa2da7 100644 --- a/userspace/libraries/LibC/include/time.h +++ b/userspace/libraries/LibC/include/time.h @@ -20,7 +20,7 @@ __BEGIN_DECLS #include -#include +struct sigevent; struct tm {