httping: update to 3.5
[feed/packages.git] / net / httping / patches / 001-fix-musl.patch
1 --- a/main.c
2 +++ b/main.c
3 @@ -33,6 +33,11 @@
4 #include <ncurses.h>
5 #endif
6
7 +// musl has no this constant
8 +#ifndef TCPI_OPT_SYN_DATA
9 +#define TCPI_OPT_SYN_DATA 32
10 +#endif
11 +
12 #include "gen.h"
13 #include "help.h"
14 #include "colors.h"