From 0e6ababbb2dcf9f1dd73a40620f02069fb32297b Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 21 May 2013 21:50:11 +0000 Subject: Add proper prerequisites for even two more headers. Spotted by: http://hacks.owlfolio.org/header-survey/ --- include/protocols/rwhod.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h index f63bf76..49191a2 100644 --- a/include/protocols/rwhod.h +++ b/include/protocols/rwhod.h @@ -34,13 +34,15 @@ #ifndef _PROTOCOLS_RWHOD_H_ #define _PROTOCOLS_RWHOD_H_ +#include + /* * 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 { -- cgit v1.1