about summary refs log tree commit diff
path: root/linuxthreads/Examples/ex6.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-13 10:40:47 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-13 10:40:47 +0000
commitceb27555a1f637c048c7ec65a01f8122c3e79bf3 (patch)
tree22f0e0977687947da81e7238c80da8c5b9587728 /linuxthreads/Examples/ex6.c
parentb1209f90659953782d856a77819be13e51ef5b5e (diff)
downloadglibc-ceb27555a1f637c048c7ec65a01f8122c3e79bf3.tar.gz
glibc-ceb27555a1f637c048c7ec65a01f8122c3e79bf3.tar.xz
glibc-ceb27555a1f637c048c7ec65a01f8122c3e79bf3.zip
Update.
1998-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* Examples/ex6.c: Include <unistd.h> for usleep.
Diffstat (limited to 'linuxthreads/Examples/ex6.c')
-rw-r--r--linuxthreads/Examples/ex6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Examples/ex6.c b/linuxthreads/Examples/ex6.c
index 32621d33df..7853376394 100644
--- a/linuxthreads/Examples/ex6.c
+++ b/linuxthreads/Examples/ex6.c
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <pthread.h>
+#include <unistd.h>
 
 void *
 test_thread (void *v_param)