diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 17:51:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 17:51:10 +0000 |
commit | 0a7088fc32c28f77c9ab37acd684047a12e48ec0 (patch) | |
tree | e266016cea726d9ac2ebebe1fdc107319d039cdc | |
parent | 3084b56600bda1fbec2b6a5844a4bdb6441101bd (diff) |
Include hurd/threadvar.h.
-rw-r--r-- | libthreads/cprocs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libthreads/cprocs.c b/libthreads/cprocs.c index 8b698cde..29d3acce 100644 --- a/libthreads/cprocs.c +++ b/libthreads/cprocs.c @@ -26,6 +26,9 @@ /* * HISTORY * $Log: cprocs.c,v $ + * Revision 1.6 1995/08/30 15:57:47 mib + * Repair typos. + * * Revision 1.5 1995/08/30 15:50:53 mib * (cond_signal): If this condition has implications, see if one of them * needs to be signalled when we have no waiters. @@ -214,6 +217,7 @@ #include <cthreads.h> #include "cthread_internals.h" #include <mach/message.h> +#include <hurd/threadvar.h> /* GNU */ /* * C Threads imports: |