From d6ecea7114d63b1410e6f32ceb168283a06c5df5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Mar 2002 21:28:37 +0000 Subject: 2002-03-11 Roland McGrath * hurd/hurd/threadvar.h: Include for __THROW macro. --- hurd/hurd/threadvar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hurd') diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h index d68a8d8925..1c888c8015 100644 --- a/hurd/hurd/threadvar.h +++ b/hurd/hurd/threadvar.h @@ -20,6 +20,8 @@ #ifndef _HURD_THREADVAR_H #define _HURD_THREADVAR_H +#include + /* The per-thread variables are found by ANDing this mask with the value of the stack pointer and then adding this offset. -- cgit v1.2.1