ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmapluv.c
(Generate patch)

Comparing ray/src/common/tmapluv.c (file contents):
Revision 3.12 by greg, Tue Nov 15 06:53:00 2005 UTC vs.
Revision 3.14 by greg, Mon Feb 9 20:48:08 2009 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #define LOGLUV_PUBLIC           1
13  
14   #include <stdio.h>
15 + #include <stdlib.h>
16   #include <string.h>
17   #include <math.h>
17 #include "tiffio.h"
18   #include "tmprivat.h"
19 + #include "tiffio.h"
20   #include "tmaptiff.h"
21  
22   #define uvflgop(p,uv,op)        ((p)->rgbflg[(uv)>>5] op (1L<<((uv)&0x1f)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines