LibC: Fix time.h sigevent defition

This commit is contained in:
Bananymous 2024-12-01 21:31:27 +02:00
parent 1ff6aa1748
commit 783627c315
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ __BEGIN_DECLS
#include <bits/types/locale_t.h> #include <bits/types/locale_t.h>
#include <signal.h> struct sigevent;
struct tm struct tm
{ {