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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14541

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>"