summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-03 08:45:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-03 08:45:14 +0000
commita3b2da41d8ed7880677aee1055edf4010e9ffd84 (patch)
tree8118f4ae1de7a266f6ba47c10841a901802d1408 /hurd/hurd_types.h
parent73dde2a8aedca9016ddb46ad5d7641f557ab0a3e (diff)
Formerly hurd_types.h.~86~
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h5
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;