diff options
-rw-r--r-- | hurd/hurd_types.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index a99b089f..d251c976 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -1,5 +1,5 @@ /* C declarations for Hurd server interfaces - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -158,6 +158,9 @@ enum verstype MACHINE, }; +#include <mach/task_info.h> +#include <mach/thread_info.h> + struct procinfo { int state; |