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.

11 lines
242 B

  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>