From 8f7cca3d72c535282c8bb3f929c73968713298a9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 Nov 2004 21:39:26 +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.47.2