]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include nanosleep.h.
authorJim Meyering <jim@meyering.net>
Wed, 5 Jan 2000 12:17:59 +0000 (12:17 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jan 2000 12:17:59 +0000 (12:17 +0000)
(AUTHORS): Add Paul Eggert.

src/sleep.c

index 9d96e39837251cd8511e1af6a6072a4f3ab089ae..305066d2ddf82cd277b11c44efeb19e6edb9c493 100644 (file)
@@ -34,6 +34,7 @@
 #include "system.h"
 #include "error.h"
 #include "long-options.h"
+#include "nanosleep.h"
 #include "xstrtod.h"
 
 #if HAVE_FENV_H
@@ -46,7 +47,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "sleep"
 
-#define AUTHORS "Jim Meyering"
+#define AUTHORS "Jim Meyering and Paul Eggert"
 
 /* The name by which this program was run. */
 char *program_name;