From 39922247779d1a487677ca86a859b4d5373855bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Dec 2004 07:29:45 +0000 Subject: [PATCH] Include readutmp.h first. Include , since readutmp.h no longer does that. --- lib/readutmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/readutmp.c b/lib/readutmp.c index ed5889308c..0f844e8449 100644 --- a/lib/readutmp.c +++ b/lib/readutmp.c @@ -19,6 +19,9 @@ #include +#include "readutmp.h" + +#include #include #include @@ -26,7 +29,6 @@ #include #include -#include "readutmp.h" #include "xalloc.h" #if USE_UNLOCKED_IO -- 2.30.2