From 52a0364803e279e98b3afd0cfc8dbf8b5afa2c78 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Dec 2004 07:07:38 +0000 Subject: [PATCH] Go back to including rather than ; this is needed on OpenBSD since its needs time_t without making sure that time_t is defined. --- lib/readutmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/readutmp.h b/lib/readutmp.h index 6260b08f39..491a99b2ab 100644 --- a/lib/readutmp.h +++ b/lib/readutmp.h @@ -22,7 +22,7 @@ #ifndef __READUTMP_H__ # define __READUTMP_H__ -# include +# include /* AIX 4.3.3 has both utmp.h and utmpx.h, but only struct utmp has the ut_exit member. */ -- 2.47.2