diff --git a/include/utmp.h b/include/utmp.h index a489cb34f24c..09d48c20e0d2 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -1,4 +1,4 @@ -/* $NetBSD: utmp.h,v 1.12 2009/01/11 03:04:12 christos Exp $ */ +/* $NetBSD: utmp.h,v 1.13 2016/01/22 23:59:44 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -39,6 +39,9 @@ #ifndef _UTMP_H_ #define _UTMP_H_ +#include +#include /* for time_t */ + #define _PATH_UTMP "/var/run/utmp" #define _PATH_WTMP "/var/log/wtmp" #define _PATH_LASTLOG "/var/log/lastlog"