diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-24 12:01:08 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-24 12:01:08 +0000 |
| commit | 530e1829ef5abf17f302365fee284b2a2f32f149 (patch) | |
| tree | 46621df17d57f0131f78dc04e5c7d1c713fc496d | |
| parent | e316debe420646aad95f60c5c127fb17ac2eee2c (diff) | |
Notes
| -rw-r--r-- | sys/netipx/ipx_pcb.c | 3 | ||||
| -rw-r--r-- | sys/netipx/spx_usrreq.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 0b12d0e85605..520e70413093 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -33,7 +33,7 @@ * * @(#)ipx_pcb.c * - * $Id: ipx_pcb.c,v 1.2 1995/10/31 23:36:34 julian Exp $ + * $Id: ipx_pcb.c,v 1.3 1995/11/04 09:03:10 julian Exp $ */ #include <sys/param.h> @@ -43,6 +43,7 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/protosw.h> +#include <sys/queue.h> #include <net/if.h> #include <net/route.h> diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index 91863e4113f9..a074bea3ab8c 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -33,7 +33,7 @@ * * @(#)spx_usrreq.h * - * $Id: spx_usrreq.c,v 1.4 1995/11/04 09:03:43 julian Exp $ + * $Id: spx_usrreq.c,v 1.5 1995/11/24 11:43:55 bde Exp $ */ #include <sys/param.h> @@ -41,6 +41,7 @@ #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/protosw.h> +#include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/errno.h> |
