Include netinet/in.h, for compatibility with OpenBSD (we #ifdef'ed out a

header which includes netinet/in.h on OpenBSD).

Pointed out by Thomas E. Spanjaard.
No objection from yamt@.
This commit is contained in:
peter 2006-01-17 12:24:53 +00:00
parent d91bf59ce6
commit 5d1968b1c0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pfvar.h,v 1.10 2005/12/11 12:24:25 christos Exp $ */
/* $NetBSD: pfvar.h,v 1.11 2006/01/17 12:24:53 peter Exp $ */
/* $OpenBSD: pfvar.h,v 1.213 2005/03/03 07:13:39 dhartmei Exp $ */
/*
@ -43,6 +43,8 @@
#ifdef __OpenBSD__
#include <net/route.h>
#include <netinet/ip_ipsp.h>
#else
#include <netinet/in.h>
#endif
#include <netinet/tcp_fsm.h>