chiark / gitweb /
sd-pppoe: include ppp_defs.h
[elogind.git] / src / libsystemd-network / sd-pppoe.c
index 6f335415046ccc73df7b2e6f3b88e0e11666c4e7..21ddaebdd2943388e80186da88feaa6d12021d0b 100644 (file)
@@ -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>