100-musl-compat.patch 242 B

1234567891011
  1. --- a/libbridge/libbridge.h
  2. +++ b/libbridge/libbridge.h
  3. @@ -19,6 +19,8 @@
  4. #ifndef _LIBBRIDGE_H
  5. #define _LIBBRIDGE_H
  6. +#include <sys/types.h>
  7. +#include <sys/select.h>
  8. #include <sys/socket.h>
  9. #include <netinet/in.h>
  10. #include <linux/if.h>