$OpenBSD: patch-src_tiffwrite_c,v 1.1 2012/08/18 23:35:30 avsm Exp $
--- src/tiffwrite.c.orig	Sat Apr 14 16:47:53 2012
+++ src/tiffwrite.c	Sat Apr 14 16:50:28 2012
@@ -25,6 +25,8 @@
 #define uint16 uint16tiff
 #define int32 int32tiff
 #define uint32 uint32tiff
+#define int64 int64tiff
+#define uint64 uint64tiff
 
 #include <tiffio.h>
 
@@ -32,6 +34,8 @@
 #undef uint16
 #undef int32
 #undef uint32
+#undef int64
+#undef uint64
 
 extern value *imglib_error;
 
