network: Include missing header file

This commit is contained in:
Sebastian Huber
2013-07-18 15:33:28 +02:00
parent a1b4752869
commit ca1d84efb8

View File

@@ -60,6 +60,8 @@
#include <netinet/in_var.h>
#include <netinet/ip_var.h>
#include <limits.h>
struct in_addr zeroin_addr;
static void in_pcbinshash(struct inpcb *);