From: Mike Frysinger Date: Thu, 23 Jan 2014 23:54:09 +0000 (-0800) Subject: include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.h X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e8b671460410c8fd996c8a1c228b718c547cc236;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git 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 Cc: Paul Mackerras Cc: David Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/linux/ppp-ioctl.h b/include/uapi/linux/ppp-ioctl.h index 2d9a8859550a..63a23a3b8bb7 100644 --- a/include/uapi/linux/ppp-ioctl.h +++ b/include/uapi/linux/ppp-ioctl.h @@ -12,6 +12,7 @@ #include #include +#include /* * Bit definitions for flags argument to PPPIOCGFLAGS/PPPIOCSFLAGS.