From: Paul Eggert Date: Wed, 1 Dec 2004 07:07:38 +0000 (+0000) Subject: Go back to including rather than ; this is X-Git-Tag: v5.3.0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a0364803e279e98b3afd0cfc8dbf8b5afa2c78;p=thirdparty%2Fcoreutils.git Go back to including rather than ; this is needed on OpenBSD since its needs time_t without making sure that time_t is defined. --- 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. */