]> git.baikalelectronics.ru Git - kernel.git/commit
include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.h
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jan 2014 23:54:09 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:55 +0000 (16:36 -0800)
commita18d38b04fea3c908aa58bae1b91bdc06c4c5c20
tree1dfb7a6560e7f4517c324827beef0e2d80fb3cf7
parent516133dc3bfe8ef8d846b994439fdc39f0ad9c1a
include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.h

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 <vapier@gentoo.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/ppp-ioctl.h