Ticket #17553: patch-aa
File patch-aa, 309 bytes (added by reilles@…, 16 years ago) |
---|
Line | |
---|---|
1 | $NetBSD: patch-aa,v 1.3 2006/02/03 11:29:54 joerg Exp $ |
2 | |
3 | --- tiff/tiffread.c.orig 2006-02-03 11:24:33.000000000 +0000 |
4 | +++ tiff/tiffread.c |
5 | @@ -33,6 +33,9 @@ |
6 | #undef int32 |
7 | #undef uint32 |
8 | |
9 | +#define uint16 uint16_t |
10 | +#define uint32 uint32_t |
11 | + |
12 | extern value *imglib_error; |
13 | |
14 | value open_tiff_file_for_read( name ) |