Skip to content

Commit

Permalink
headers, pppox: Add missing #include to <linux/if_pppox.h>
Browse files Browse the repository at this point in the history
<linux/if_ppox.h> uses ETH_ALEN, defined in <linux/if_ether.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 26, 2011
1 parent 0856a30 commit 22ad72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/if_pppox.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <linux/types.h>
#include <asm/byteorder.h>

#ifdef __KERNEL__
#include <linux/if_ether.h>
#ifdef __KERNEL__
#include <linux/if.h>
#include <linux/netdevice.h>
#include <linux/ppp_channel.h>
Expand Down

0 comments on commit 22ad72b

Please sign in to comment.