You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
237 B

  1. --- a/src/pppoe.h
  2. +++ b/src/pppoe.h
  3. @@ -131,7 +131,9 @@ typedef unsigned long UINT32_t;
  4. #include <linux/if_ether.h>
  5. #endif
  6. +#ifndef __GLIBC__
  7. #include <netinet/in.h>
  8. +#endif
  9. #ifdef HAVE_NETINET_IF_ETHER_H
  10. #include <sys/types.h>