Add proper prerequisites for even two more headers.

Spotted by:   http://hacks.owlfolio.org/header-survey/
This commit is contained in:
Ed Schouten 2013-05-21 21:50:11 +00:00
parent 8ed7462feb
commit 553f17daf9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250889
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -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 */