From: Vincent Bernat Date: Mon, 17 Nov 2008 08:34:39 +0000 (+0100) Subject: Use linux/if_packet instead of netpacket/packet.h to get ORIG_DEV X-Git-Tag: 0.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021a304eee6ecc95d16c5e2ff3297fd3dc6bec05;p=thirdparty%2Flldpd.git Use linux/if_packet instead of netpacket/packet.h to get ORIG_DEV --- diff --git a/src/priv.c b/src/priv.c index d37ad977..b85f2947 100644 --- a/src/priv.c +++ b/src/priv.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include enum { PRIV_PING,