From: Paul Eggert Date: Wed, 1 Dec 2004 07:29:45 +0000 (+0000) Subject: Include readutmp.h first. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39922247779d1a487677ca86a859b4d5373855bb;p=pspp 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