Include queue.h in preparation for upcoming struct socket changes.

This commit is contained in:
David Greenman 1996-03-11 12:56:07 +00:00
parent 9074ba2eea
commit 0bb10c6613

View File

@ -1,6 +1,7 @@
awk '
BEGIN {
print "#include <sys/param.h>"
print "#include <sys/queue.h>"
print "#include <sys/socket.h>"
print "#include <sys/socketvar.h>"
print "#include <net/route.h>"