1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

put ip_var before ip_fw_private.h as this will be needed in

the near future
This commit is contained in:
Luigi Rizzo 2010-01-07 10:27:52 +00:00
parent 62081e0f8d
commit 0bcfa8e4b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201734

View File

@ -70,10 +70,10 @@
#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/if_ether.h>
#include <netinet/ip_var.h>
#include <netinet/ip_fw.h>
#include <netinet/ipfw/ip_fw_private.h>
#include <netinet/ip_dummynet.h>
#include <netinet/ip_var.h>
#endif
#ifdef INET6
#include <netinet6/nd6.h>