diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-05 12:17:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-05 12:17:59 +0000 |
commit | fd0797a4e438586ea90425b8fcab766a7f94472f (patch) | |
tree | 862acd87c0c7e0b4529d6adf7c57e9e984d5461d | |
parent | 3b979cf095414003796ad93cf6febb7d7a7e032a (diff) | |
download | coreutils-fd0797a4e438586ea90425b8fcab766a7f94472f.tar.xz |
Include nanosleep.h.
(AUTHORS): Add Paul Eggert.
-rw-r--r-- | src/sleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sleep.c b/src/sleep.c index 9d96e3983..305066d2d 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -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; |