diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-03-11 15:13:58 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-03-11 15:13:58 +0000 |
| commit | 2ee45d7d28537a84a31b34e9265646a4a6619230 (patch) | |
| tree | 8131f2e64719612e5046cbe2749be959f6738448 /sys/netipx/ipx_usrreq.c | |
| parent | 0b802df847d086d394b29ed863fa53e347d64611 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
| -rw-r--r-- | sys/netipx/ipx_usrreq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index 7a88d71f0be0c..5fe86aa90cb2d 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -33,10 +33,11 @@ * * @(#)ipx_usrreq.c * - * $Id: ipx_usrreq.c,v 1.3 1995/10/31 23:36:39 julian Exp $ + * $Id: ipx_usrreq.c,v 1.4 1995/11/04 09:03:24 julian Exp $ */ #include <sys/param.h> +#include <sys/queue.h> #include <sys/systm.h> #include <sys/malloc.h> #include <sys/mbuf.h> |
