From: Marcin Siodelski Date: Wed, 9 Jul 2014 14:36:11 +0000 (+0200) Subject: [2893] BPF header includes common header for ethernet constants. X-Git-Tag: trac3482_base~81^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff23f2b550eef8f7ae653dd485c9fa4a09a989e;p=thirdparty%2Fkea.git [2893] BPF header includes common header for ethernet constants. The if_ether.h is portable across various BSD system flavors. The ethernet.h is missing on some OSes. --- diff --git a/src/lib/dhcp/pkt_filter_bpf.cc b/src/lib/dhcp/pkt_filter_bpf.cc index ea757a99dc..11c7f1b661 100644 --- a/src/lib/dhcp/pkt_filter_bpf.cc +++ b/src/lib/dhcp/pkt_filter_bpf.cc @@ -21,7 +21,7 @@ #include #include #include -#include +#include namespace {