510-pptp_compile_fix.patch 237 B

1234567891011
  1. --- a/pppd/plugins/pptp/pptp.c
  2. +++ b/pppd/plugins/pptp/pptp.c
  3. @@ -48,7 +48,7 @@
  4. #include "pptp_callmgr.h"
  5. #include <net/if.h>
  6. -#include <net/ethernet.h>
  7. +#include <linux/if_ether.h>
  8. #include <linux/if_pppox.h>
  9. #include <stdio.h>