diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-12-13T22·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-12-13T22·06+0000 |
commit | 30e4653783096c8349ef12512df12f0829764e65 (patch) | |
tree | 877c5f95004da8f6d3b9f523def3975295b0c28a | |
parent | 4ff1335b2e7f69c33fa3d4223fe51e109338aa90 (diff) |
* Mac OS X 10.5 compatibility.
-rw-r--r-- | src/bsdiff-4.3/bspatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bsdiff-4.3/bspatch.c b/src/bsdiff-4.3/bspatch.c index 741d4de0ebb8..f9d33ddd64a2 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) { |