From: Jim Meyering Date: Sun, 24 Feb 2002 17:24:06 +0000 (+0000) Subject: Include posixver.h. X-Git-Tag: FILEUTILS-4_1_6~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3fe486f9f3e5a3333f4bf9f506449614d668d50;p=thirdparty%2Fcoreutils.git Include posixver.h. --- diff --git a/src/date.c b/src/date.c index 2597c93252..cc26595524 100644 --- a/src/date.c +++ b/src/date.c @@ -32,6 +32,7 @@ #include "getdate.h" #include "getline.h" #include "posixtm.h" +#include "posixver.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "date" diff --git a/src/nice.c b/src/nice.c index 72ce9e3c5b..9d2099acfc 100644 --- a/src/nice.c +++ b/src/nice.c @@ -1,5 +1,5 @@ /* nice -- run a program with modified scheduling priority - Copyright (C) 1990-2001 Free Software Foundation, Inc. + Copyright (C) 1990-2002 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 @@ -30,10 +30,11 @@ #endif #include "system.h" +#include "closeout.h" #include "error.h" #include "long-options.h" +#include "posixver.h" #include "xstrtol.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "nice"