rebuild geeqie
[oi-userland.git] / components / library / p11-kit / patches / 03-limits_h.patch
blobf8c4365bee87e79060bd541dc4b53aade203daa5
1 --- p11-kit-0.25.5/p11-kit/rpc-server.c.orig 2024-07-01 15:53:16.000000000 +0200
2 +++ p11-kit-0.25.5/p11-kit/rpc-server.c 2024-07-04 21:02:45.421908940 +0200
3 @@ -51,6 +51,7 @@
4 #include "rpc-message.h"
5 #include "uri.h"
7 +#include <limits.h>
8 #include <sys/types.h>
9 #include <sys/param.h>
10 #include <assert.h>