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.