First Commit
[librecmc/package-feed.git] / net / bridge-utils / patches / 100-musl-compat.patch
1 --- a/libbridge/libbridge.h
2 +++ b/libbridge/libbridge.h
3 @@ -19,6 +19,8 @@
4  #ifndef _LIBBRIDGE_H
5  #define _LIBBRIDGE_H
6  
7 +#include <sys/types.h>
8 +#include <sys/select.h>
9  #include <sys/socket.h>
10  #include <netinet/in.h>
11  #include <linux/if.h>