From: Jim Meyering Date: Wed, 5 Jan 2000 12:17:59 +0000 (+0000) Subject: Include nanosleep.h. X-Git-Tag: FILEUTILS-4_0n~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd0797a4e438586ea90425b8fcab766a7f94472f;p=thirdparty%2Fcoreutils.git Include nanosleep.h. (AUTHORS): Add Paul Eggert. --- diff --git a/src/sleep.c b/src/sleep.c index 9d96e39837..305066d2dd 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;