python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / xbase / xbase-fixes.patch
bloba23658049b9837fd9d6922068c648dae0f4c92ee
1 diff --git a/xbase64/xbase64.cpp b/xbase64/xbase64.cpp
2 index fc5613d..2449535 100644
3 --- a/xbase64/xbase64.cpp
4 +++ b/xbase64/xbase64.cpp
5 @@ -51,6 +51,7 @@
6 #include <xbase64/xbase64.h>
7 #include <ctype.h>
8 #include <string.h>
9 +#include <cerrno>
11 //#include <xbase64/xbexcept.h>
13 diff --git a/xbase64/xblock.cpp b/xbase64/xblock.cpp
14 index c44cbb9..3554fc1 100644
15 --- a/xbase64/xblock.cpp
16 +++ b/xbase64/xblock.cpp
17 @@ -53,6 +53,7 @@
18 #endif
20 #include <xbase64/xbase64.h>
21 +#include <cerrno>
23 #ifdef HAVE_IO_H // windows locking
24 #include <io.h>
25 diff --git a/xbase64/xbnode.cpp b/xbase64/xbnode.cpp
26 index 5e688c1..3c652b3 100644
27 --- a/xbase64/xbnode.cpp
28 +++ b/xbase64/xbnode.cpp
29 @@ -1,4 +1,4 @@
30 -#include "xbNode.h"
31 +#include "xbnode.h"
33 void xbNodeLink::AddNode(xbNodeLink* node)