diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-04 05:03:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-04 05:03:23 +0000 |
commit | 32300c7136abe31b7ba6598477f343ddbc4adb67 (patch) | |
tree | 07c26cc41abeba8c1985176e0335423fd8abef32 | |
parent | 0673f9490a03f66f99f9c5400bdc147ae0c59e9c (diff) |
entered into RCS
-rw-r--r-- | hurd/msg_request.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/msg_request.defs b/hurd/msg_request.defs index 1ca995d1..4f5cffd7 100644 --- a/hurd/msg_request.defs +++ b/hurd/msg_request.defs @@ -19,6 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ subsystem msg_request 23000; /* must match msg.defs */ +#include <hurd/hurd_types.defs> + type reply_port_t = polymorphic | polymorphic ctype: mach_port_t; |