From: Paul Eggert Date: Tue, 30 Nov 2004 21:39:26 +0000 (+0000) Subject: Include readutmp.h first. X-Git-Tag: v5.3.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7cca3d72c535282c8bb3f929c73968713298a9;p=thirdparty%2Fcoreutils.git Include readutmp.h first. Include , since readutmp.h no longer does that. --- 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