summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-04 18:51:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-04 18:51:35 +0000
commitcec78df9c5b4537b1dc544f8587a41700843e977 (patch)
tree0b61a95356a7b711a198b7344100fdf462323ace /libthreads
parent46dc1a7abd7c161d808061d437d2a827e71a9a0c (diff)
Formerly stack.c.~3~
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/stack.c1
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)