From: Lukas Nykryn Date: Mon, 3 Nov 2014 11:31:58 +0000 (+0100) Subject: sd-pppoe: include ppp_defs.h X-Git-Tag: v218~599 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e8f826f660be22540a84b0ba2947f1eedd7d61d8;p=elogind.git sd-pppoe: include ppp_defs.h On older kernels before this patch: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e8b671460410c8fd996c8a1c228b718c547cc236 ppp-ioctl.h did not pull in ppp_defs.h which results in build errors --- diff --git a/src/libsystemd-network/sd-pppoe.c b/src/libsystemd-network/sd-pppoe.c index 6f3354150..21ddaebdd 100644 --- a/src/libsystemd-network/sd-pppoe.c +++ b/src/libsystemd-network/sd-pppoe.c @@ -22,6 +22,7 @@ /* See RFC 2516 */ #include +#include #include #include #include