Add #include <net/route.h> in order to get this to compile.

Spotted by: David Wolfskill
Forgotten by: me
This commit is contained in:
Jonathan Lemon 2001-11-22 17:19:52 +00:00
parent aa54a2e830
commit 5b7d36ba0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86784

View File

@ -46,6 +46,8 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>