Move some headers
This commit is contained in:
parent
17a7e08b50
commit
df91e02549
|
@ -27,6 +27,7 @@
|
|||
#ifndef _SOL_SYS_TIME_H
|
||||
#define _SOL_SYS_TIME_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include_next <sys/time.h>
|
||||
|
||||
typedef longlong_t hrtime_t;
|
||||
|
|
|
@ -87,6 +87,4 @@ typedef union {
|
|||
} lloff_t;
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue