diff options
-rw-r--r-- | src/date.c | 1 | ||||
-rw-r--r-- | src/nice.c | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/date.c b/src/date.c index 2597c9325..cc2659552 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 72ce9e3c5..9d2099acf 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" |