summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2002-03-05 14:23:32 +0000
committertron <tron@NetBSD.org>2002-03-05 14:23:32 +0000
commita7422358e9a99afd05b44f036b77f22b4fc6044c (patch)
tree1d03c3e014dc672d093bfb25d33706991b206467 /include
parent4a931bedb8e78419a1427609d4635c6aae33c0b5 (diff)
Include "sys/time.h" here to get the definition of "struct timeval".
Diffstat (limited to 'include')
-rw-r--r--include/utmpx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utmpx.h b/include/utmpx.h
index a171714cd45..075e8d5ea0f 100644
--- a/include/utmpx.h
+++ b/include/utmpx.h
@@ -1,4 +1,4 @@
-/* $NetBSD: utmpx.h,v 1.3 2002/02/25 13:57:24 christos Exp $ */
+/* $NetBSD: utmpx.h,v 1.4 2002/03/05 14:23:32 tron Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
#define _UTMPX_H_
#include <sys/socket.h>
+#include <sys/time.h>
#define _PATH_UTMPX "/var/run/utmpx"
#define _PATH_WTMPX "/var/log/wtmpx"