From: Jim Meyering Date: Mon, 8 Feb 1999 03:29:36 +0000 (+0000) Subject: Include stdio.h. X-Git-Tag: FILEUTILS-4_0e~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dc3a543b106c33680daf01e1118eb411a07edcf;p=thirdparty%2Fcoreutils.git Include stdio.h. --- diff --git a/src/uptime.c b/src/uptime.c index 352f0ab4bb..993f3fbfdf 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -1,5 +1,5 @@ /* GNU's uptime. - Copyright (C) 92, 93, 94, 95, 96, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1992-1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ #include #include +#include #include "error.h" #include "readutmp.h"