python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / libfprint-2-tod1-vfs0090 / 0002-vfs0090-add-missing-linux-limits.h-include.patch
blob6111cf0ad29467b28be3a236806ac7fa7eb4bee2
1 From 5405e02c629e689449e852424aed8cca217ed309 Mon Sep 17 00:00:00 2001
2 From: Vincent Breitmoser <look@my.amazin.horse>
3 Date: Thu, 10 Jun 2021 14:10:52 +0200
4 Subject: [PATCH] vfs0090: add missing <linux/limits.h> include
6 This header is needed for the NAME_MAX constant used in this file.
8 ---
9 vfs0090.c | 1 +
10 1 file changed, 1 insertion(+)
12 diff --git a/vfs0090.c b/vfs0090.c
13 index 8034faf..6070df7 100644
14 --- a/vfs0090.c
15 +++ b/vfs0090.c
16 @@ -24,6 +24,7 @@
18 #include <errno.h>
19 #include <ctype.h>
20 +#include <linux/limits.h>
21 #include <nss.h>
22 #include <pk11pub.h>
23 #include <sechash.h>
24 --
25 2.31.1