mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-26 09:57:26 +03:00
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
This commit is contained in:
parent
1f1926aa5e
commit
e8f826f660
@ -22,6 +22,7 @@
|
||||
/* See RFC 2516 */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/ppp_defs.h>
|
||||
#include <linux/ppp-ioctl.h>
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user