2002-03-11 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 11 Mar 2002 21:28:37 +0000 (21:28 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 11 Mar 2002 21:28:37 +0000 (21:28 +0000)
* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.

hurd/hurd/threadvar.h

index d68a8d8..1c888c8 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _HURD_THREADVAR_H
 #define        _HURD_THREADVAR_H
 
+#include <features.h>
+
 /* The per-thread variables are found by ANDing this mask
    with the value of the stack pointer and then adding this offset.