repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
compression
/
bsdiff
/
include-systypes.patch
blob
d070a8bb0f856af780f14c0754ddba3c4fbec3c4
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
8
9
+#include <sys/types.h>
10
#include <bzlib.h>
11
#include <stdlib.h>
12
#include <stdio.h>