d78ac3bbb5
the POSIX types.
14 lines
309 B
Text
14 lines
309 B
Text
$NetBSD: patch-aa,v 1.3 2006/02/03 11:29:54 joerg Exp $
|
|
|
|
--- tiff/tiffread.c.orig 2006-02-03 11:24:33.000000000 +0000
|
|
+++ tiff/tiffread.c
|
|
@@ -33,6 +33,9 @@
|
|
#undef int32
|
|
#undef uint32
|
|
|
|
+#define uint16 uint16_t
|
|
+#define uint32 uint32_t
|
|
+
|
|
extern value *imglib_error;
|
|
|
|
value open_tiff_file_for_read( name )
|