Skip to content

Commit

Permalink
include/uapi/linux/if_pppox.h: include linux/if.h
Browse files Browse the repository at this point in the history
Fixes userspace compilation error:

error: ‘IFNAMSIZ’ undeclared here (not in a function)

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mikko Rapeli authored and David S. Miller committed Aug 22, 2016
1 parent d524d84 commit b47b0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/if_pppox.h
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
#include <asm/byteorder.h>

#include <linux/socket.h>
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/if_pppol2tp.h>

0 comments on commit b47b0cc

Please sign in to comment.