From: Luis R. Rodriguez Date: Mon, 11 Jan 2010 19:49:33 +0000 (-0800) Subject: include arp.h, required for 2.6.23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b01d80cc389a805c2cf2be1051ab52352e4a9903;p=~aditr%2Fcompat.git include arp.h, required for 2.6.23 Signed-off-by: Luis R. Rodriguez --- diff --git a/compat/compat-2.6.24.c b/compat/compat-2.6.24.c index 977eb45..e496236 100644 --- a/compat/compat-2.6.24.c +++ b/compat/compat-2.6.24.c @@ -13,6 +13,8 @@ /* All things not in 2.6.22 and 2.6.23 */ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) +#include + /* Part of net/ethernet/eth.c as of 2.6.24 */ char *print_mac(char *buf, const u8 *addr) {