mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Include queue.h in preparation for upcoming struct socket changes.
This commit is contained in:
parent
9074ba2eea
commit
0bb10c6613
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14541
1 changed files with 1 additions and 0 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue