diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-25 11:14:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-06-25 11:14:37 +0000 |
commit | 346f3a9016179e2ee492bb7d58ce790a6ce18c84 (patch) | |
tree | 56c8af1c4c3f99633be85a00b90dda9bd8f9df63 /posix | |
parent | fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5 (diff) | |
download | glibc-346f3a9016179e2ee492bb7d58ce790a6ce18c84.tar.gz |
* posix/tst-nanosleep.c: Include <time.h> for nanosleep
declaration.
* stdio-common/tst-fphex.c: Fix format string.
* posix/tst-nanosleep.c: Include <time.h> for nanosleep
declaration.
* stdio-common/tst-fphex.c: Fix format string.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/tst-nanosleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-nanosleep.c b/posix/tst-nanosleep.c index a087db86ff..0fa0135bc6 100644 --- a/posix/tst-nanosleep.c +++ b/posix/tst-nanosleep.c @@ -20,6 +20,7 @@ #include <stdio.h> #include <unistd.h> #include <sys/time.h> +#include <time.h> /* Test that nanosleep() does sleep. */ |