aboutsummaryrefslogtreecommitdiffstats
path: root/src/nice.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-24 17:24:06 +0000
committerJim Meyering <jim@meyering.net>2002-02-24 17:24:06 +0000
commite3fe486f9f3e5a3333f4bf9f506449614d668d50 (patch)
treec9ace3395f0409c02679152e934e91db9afde6d9 /src/nice.c
parent(DISTFILES.common): Add remove-potcdate.sin. (diff)
downloadcoreutils-e3fe486f9f3e5a3333f4bf9f506449614d668d50.tar.gz
coreutils-e3fe486f9f3e5a3333f4bf9f506449614d668d50.zip
Include posixver.h.
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c5
1 files changed, 3 insertions, 2 deletions
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"