python/hypothesis: update to 6.122.3
[oi-userland.git] / components / network / weechat / patches / 01-add-endian_h.patch
blob2049ec1ad30a17db4b71e0cec91f408224e37883
1 --- weechat-4.4.2/src/core/core-crypto.c.orig 2024-09-08 11:49:21.000000000 +0200
2 +++ weechat-4.4.2/src/core/core-crypto.c 2024-11-07 21:34:34.229215883 +0100
3 @@ -30,6 +30,7 @@
4 #include <time.h>
5 #include <math.h>
6 #include <gcrypt.h>
7 +#include <endian.h>
9 #include "weechat.h"
10 #include "core-crypto.h"