Add itimerval to sys/time.h (#572)

This commit is contained in:
Gavin Hayes 2022-08-26 12:44:41 -04:00 committed by GitHub
parent 164e2ab27b
commit adaaeb7dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"