From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- include/sys/select.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sys/select.h') diff --git a/include/sys/select.h b/include/sys/select.h index 13c48dda..16b391d1 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -7,6 +7,9 @@ #define __BITS_TIMESPEC_H_ #include +struct timespec; +struct timeval; + typedef __UINT64_TYPE__ sigset_t; int pselect(int, fd_set *restrict, fd_set *restrict, fd_set *restrict, -- cgit v1.2.3