diff options
-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; |