diff options
Diffstat (limited to 'main/ipset/musl-fix.patch')
-rw-r--r-- | main/ipset/musl-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/ipset/musl-fix.patch b/main/ipset/musl-fix.patch new file mode 100644 index 0000000000..a0f03f60c4 --- /dev/null +++ b/main/ipset/musl-fix.patch @@ -0,0 +1,10 @@ +--- ipset-6.33/src/ipset.c ++++ ipset-6.33.musl/src/ipset.c +@@ -14,6 +14,7 @@ + #include <stdio.h> /* fprintf, fgets */ + #include <stdlib.h> /* exit */ + #include <string.h> /* str* */ ++#include <sys/types.h> + + #include <config.h> + |