Add proper prerequisites for even two more headers.
Spotted by: http://hacks.owlfolio.org/header-survey/
This commit is contained in:
@@ -34,13 +34,15 @@
|
||||
#ifndef _PROTOCOLS_RWHOD_H_
|
||||
#define _PROTOCOLS_RWHOD_H_
|
||||
|
||||
#include <sys/_types.h>
|
||||
|
||||
/*
|
||||
* rwho protocol packet format.
|
||||
*/
|
||||
struct outmp {
|
||||
char out_line[8]; /* tty name */
|
||||
char out_name[8]; /* user id */
|
||||
int32_t out_time; /* time on */
|
||||
__int32_t out_time; /* time on */
|
||||
};
|
||||
|
||||
struct whod {
|
||||
|
||||
@@ -97,6 +97,9 @@
|
||||
#define _SYS_TIMEX_H_ 1
|
||||
#define NTP_API 4 /* NTP API version */
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/_timespec.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#ifndef MSDOS /* Microsoft specific */
|
||||
#include <sys/syscall.h>
|
||||
#endif /* MSDOS */
|
||||
|
||||
Reference in New Issue
Block a user