Include posixver.h.
authorJim Meyering <jim@meyering.net>
Sun, 24 Feb 2002 17:24:06 +0000 (17:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Feb 2002 17:24:06 +0000 (17:24 +0000)
src/date.c
src/nice.c

index 2597c9325266806e2489f90dccea5942ec852d60..cc26595524fc1874cd9f56207997b9ecfbd311d9 100644 (file)
@@ -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"
index 72ce9e3c5b6ac58522c5078967fa94ee8d16c5c9..9d2099acfccc514a15b845b3184116c29df98ba8 100644 (file)
@@ -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
 #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"