Skip to content

Commit

Permalink
include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.h
Browse files Browse the repository at this point in the history
This header uses enum NPmode but doesn't include ppp_defs.h.  If you try
to use this header w/out including the defs header first, it leads to a
build failure.  So add the explicit include to fix it.

Don't know of any packages directly impacted, but noticed while building
some ppp code by hand.

Signed-off-by: Mike Frysinger <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: David Miller <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
vapier authored and torvalds committed Jan 24, 2014
1 parent a7e1d98 commit e8b6714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/ppp-ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/ppp_defs.h>

/*
* Bit definitions for flags argument to PPPIOCGFLAGS/PPPIOCSFLAGS.
Expand Down

0 comments on commit e8b6714

Please sign in to comment.