python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / compression / bsdiff / include-systypes.patch
blobd070a8bb0f856af780f14c0754ddba3c4fbec3c4
1 diff --git a/bspatch.c b/bspatch.c
2 index 643c60b..543379c 100644
3 --- a/bspatch.c
4 +++ b/bspatch.c
5 @@ -28,6 +28,7 @@
6 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
7 #endif
9 +#include <sys/types.h>
10 #include <bzlib.h>
11 #include <stdlib.h>
12 #include <stdio.h>