Include <net/arp.h> in neighbour.h Signed-off-by: Steve Wise <[EMAIL PROTECTED]> ---
.../2.6.5_sles9_sp3/include/net/neighbour.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel_addons/backport/2.6.5_sles9_sp3/include/net/neighbour.h b/kernel_addons/backport/2.6.5_sles9_sp3/include/net/neighbour.h new file mode 100644 index 0000000..c2451fb --- /dev/null +++ b/kernel_addons/backport/2.6.5_sles9_sp3/include/net/neighbour.h @@ -0,0 +1,5 @@ +#ifndef BACKPORT_LINUX_NEIGHBOUR_TO_SLES9SP3 +#define BACKPORT_LINUX_NEIGHBOUR_TO_SLES9SP3 +#include <net/arp.h> +#include_next <net/neighbour.h> +#endif _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
