summaryrefslogtreecommitdiff
path: root/graphics/tiff/patches/patch-af
blob: ad970fcfd1027dad81a1ed74e733f907cb648b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*** libtiff/tiffcomp.h.orig	Fri Sep 30 03:01:28 1994
--- libtiff/tiffcomp.h	Wed Oct  4 04:23:03 1995
***************
*** 78,83 ****
--- 78,84 ----
  #define	L_INCR	SEEK_CUR
  #define	L_XTND	SEEK_END
  #endif /* defined(SYSV) || defined(VMS) */
+ #include <unistd.h>
  #ifndef L_SET
  #define L_SET	0
  #define L_INCR	1