about summary refs log tree commit diff
path: root/src/bsdiff-4.3
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-12-13T22·06+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-12-13T22·06+0000
commit30e4653783096c8349ef12512df12f0829764e65 (patch)
tree877c5f95004da8f6d3b9f523def3975295b0c28a /src/bsdiff-4.3
parent4ff1335b2e7f69c33fa3d4223fe51e109338aa90 (diff)
* Mac OS X 10.5 compatibility.
Diffstat (limited to 'src/bsdiff-4.3')
-rw-r--r--src/bsdiff-4.3/bspatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bsdiff-4.3/bspatch.c b/src/bsdiff-4.3/bspatch.c
index 741d4de0eb..f9d33ddd64 100644
--- a/src/bsdiff-4.3/bspatch.c
+++ b/src/bsdiff-4.3/bspatch.c
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/types.h>
 
 static off_t offtin(u_char *buf)
 {