aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2013-05-21 21:50:11 +0000
committerEd Schouten <ed@FreeBSD.org>2013-05-21 21:50:11 +0000
commit553f17daf926071f2cf0b07eab15f38170b0c7eb (patch)
tree90023cf1b288345bc9e217e39fc3158885376fb3 /include
parent8ed7462feb7ceb01735db7d64cf80447ee6c4bdc (diff)
downloadsrc-553f17daf926071f2cf0b07eab15f38170b0c7eb.tar.gz
src-553f17daf926071f2cf0b07eab15f38170b0c7eb.zip
Notes
Diffstat (limited to 'include')
-rw-r--r--include/protocols/rwhod.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h
index f63bf76b4893..49191a2cb707 100644
--- a/include/protocols/rwhod.h
+++ b/include/protocols/rwhod.h
@@ -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 {