about summary refs log tree commit diff
path: root/pkgs/tools/compression/bsdiff/include-systypes.patch
blob: d070a8bb0f856af780f14c0754ddba3c4fbec3c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bspatch.c b/bspatch.c
index 643c60b..543379c 100644
--- a/bspatch.c
+++ b/bspatch.c
@@ -28,6 +28,7 @@
 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
 #endif
 
+#include <sys/types.h>
 #include <bzlib.h>
 #include <stdlib.h>
 #include <stdio.h>