From cec78df9c5b4537b1dc544f8587a41700843e977 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 4 May 1994 18:51:35 +0000 Subject: Formerly stack.c.~3~ --- libthreads/stack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libthreads/stack.c') 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 #include "cthread_internals.h" +#include #define BYTES_TO_PAGES(b) (((b) + vm_page_size - 1) / vm_page_size) -- cgit v1.2.3