openwrtv3/package/network/utils/conntrack-tools/patches/100-missing_include.patch

11 lines
190 B
Diff
Raw Normal View History

--- a/include/mcast.h
+++ b/include/mcast.h
@@ -4,6 +4,7 @@
#include <stdint.h>
#include <netinet/in.h>
#include <net/if.h>
+#include <sys/select.h>
struct mcast_conf {
int ipproto;