summaryrefslogtreecommitdiffstats
path: root/include/utmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/utmp.h b/include/utmp.h
index e4dbe2d..573ed68 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -36,12 +36,14 @@
* SUCH DAMAGE.
*
* @(#)utmp.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: utmp.h,v 1.5 1997/02/23 09:17:16 peter Exp $
*/
#ifndef _UTMP_H_
#define _UTMP_H_
+#include <sys/types.h>
+
#define _PATH_UTMP "/var/run/utmp"
#define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog"
OpenPOWER on IntegriCloud