diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 18:29:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 18:29:14 +0000 |
commit | 34186ecd645aaa4e9f903498810bea0a9fbaef6a (patch) | |
tree | f2d9aa4188306196c59decc640f0af2b95e86ba8 /pfinet/pfinet.h | |
parent | 986b9d60fccea8ed19cfd3707adf1d8a40f7f129 (diff) |
Formerly pfinet.h.~5~
Diffstat (limited to 'pfinet/pfinet.h')
-rw-r--r-- | pfinet/pfinet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index fc564b3e..70bdc72a 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <device/device.h> +#include <hurd/ports.h> extern device_t master_device; @@ -28,3 +29,4 @@ extern struct proto_ops *proto_ops; struct mutex global_lock; +struct port_bucket *pfinet_bucket; |