From d5a1596146fc37a2d3c78b13b523d7d1e5bc20d2 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Fri, 26 Aug 2022 00:02:58 -0400 Subject: [PATCH] add itimerval to sys/time.h --- libc/isystem/sys/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/isystem/sys/time.h b/libc/isystem/sys/time.h index 1a531ee2b..3cd4ea469 100644 --- a/libc/isystem/sys/time.h +++ b/libc/isystem/sys/time.h @@ -1,6 +1,7 @@ #ifndef LIBC_ISYSTEM_SYS_TIME_H_ #define LIBC_ISYSTEM_SYS_TIME_H_ #include "libc/calls/struct/timeval.h" +#include "libc/calls/struct/itimerval.h" #include "libc/sysv/consts/clock.h" #include "libc/sysv/consts/itimer.h" #include "libc/time/struct/timezone.h"