diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
commit | 757f9fcb6f5f87d650e862226a197f1e872f904c (patch) | |
tree | b2152cebb6777723d41b43c2c047d0f0fd7b88a2 /nptl/tst-kill3.c | |
parent | e57f9f7526df164a7e337b4e91e34e9d75cb1e2c (diff) | |
download | glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.gz glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.bz2 glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.zip |
Update.
* iconv/iconv_prog.c (main): Unify messages.
Diffstat (limited to 'nptl/tst-kill3.c')
-rw-r--r-- | nptl/tst-kill3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-kill3.c b/nptl/tst-kill3.c index 9e29c738fc..9ea8d553ba 100644 --- a/nptl/tst-kill3.c +++ b/nptl/tst-kill3.c @@ -22,6 +22,7 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <sys/time.h> |