Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156696
Collapse All | Expand All

(-)interface.c (+1 lines)
Lines 28-33 Link Here
28
28
29
/* Netlink suff */
29
/* Netlink suff */
30
#ifdef __linux__ 
30
#ifdef __linux__ 
31
#include <asm/types.h> /* Needed for 2.4 kernels */
31
#include <linux/netlink.h>
32
#include <linux/netlink.h>
32
#include <linux/rtnetlink.h>
33
#include <linux/rtnetlink.h>
33
#include <netinet/ether.h>
34
#include <netinet/ether.h>

Return to bug 156696