patch-common_common_h 329 B

123456789101112
  1. --- aiccu.orig/common/common.h 2007-01-11 15:50:51.000000000 +0100
  2. +++ aiccu/common/common.h 2014-03-16 21:47:28.000000000 +0100
  3. @@ -91,7 +91,9 @@
  4. #include <sys/select.h>
  5. #include <net/if.h>
  6. +#ifdef __GLIBC__
  7. #include <netinet/if_ether.h>
  8. +#endif
  9. #ifdef linux
  10. #include <netpacket/packet.h>
  11. #include <linux/if_tun.h>