mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 11:20:30 +00:00
add itimerval to sys/time.h
This commit is contained in:
parent
164e2ab27b
commit
d5a1596146
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#ifndef LIBC_ISYSTEM_SYS_TIME_H_
|
#ifndef LIBC_ISYSTEM_SYS_TIME_H_
|
||||||
#define LIBC_ISYSTEM_SYS_TIME_H_
|
#define LIBC_ISYSTEM_SYS_TIME_H_
|
||||||
#include "libc/calls/struct/timeval.h"
|
#include "libc/calls/struct/timeval.h"
|
||||||
|
#include "libc/calls/struct/itimerval.h"
|
||||||
#include "libc/sysv/consts/clock.h"
|
#include "libc/sysv/consts/clock.h"
|
||||||
#include "libc/sysv/consts/itimer.h"
|
#include "libc/sysv/consts/itimer.h"
|
||||||
#include "libc/time/struct/timezone.h"
|
#include "libc/time/struct/timezone.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue