1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Include nanosleep.h.

(AUTHORS): Add Paul Eggert.
This commit is contained in:
Jim Meyering
2000-01-05 12:17:59 +00:00
parent 3b979cf095
commit fd0797a4e4

View 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;