summaryrefslogtreecommitdiff
path: root/src
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
parent0142f9ed84eaff57b9e9f0200feda4c3b63560b2 (diff)
downloadcoreutils-e3fe486f9f3e5a3333f4bf9f506449614d668d50.tar.xz
Include posixver.h.
Diffstat (limited to 'src')
-rw-r--r--src/date.c1
-rw-r--r--src/nice.c5
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"