diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-04 18:51:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-04 18:51:35 +0000 |
commit | cec78df9c5b4537b1dc544f8587a41700843e977 (patch) | |
tree | 0b61a95356a7b711a198b7344100fdf462323ace /libthreads/stack.c | |
parent | 46dc1a7abd7c161d808061d437d2a827e71a9a0c (diff) |
Formerly stack.c.~3~
Diffstat (limited to 'libthreads/stack.c')
-rw-r--r-- | libthreads/stack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libthreads/stack.c b/libthreads/stack.c index d82b4e81..2cb50d91 100644 --- a/libthreads/stack.c +++ b/libthreads/stack.c @@ -119,6 +119,7 @@ #include <cthreads.h> #include "cthread_internals.h" +#include <hurd/threadvar.h> #define BYTES_TO_PAGES(b) (((b) + vm_page_size - 1) / vm_page_size) |