From e3fe486f9f3e5a3333f4bf9f506449614d668d50 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Feb 2002 17:24:06 +0000 Subject: [PATCH] Include posixver.h. --- src/date.c | 1 + src/nice.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/date.c b/src/date.c index 2597c93..cc26595 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 72ce9e3..9d2099a 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" -- 2.7.4