--- ray/src/common/resolu.h 2003/06/06 16:38:47 2.5 +++ ray/src/common/resolu.h 2003/10/27 10:19:31 2.8 @@ -1,4 +1,4 @@ -/* RCSid $Id: resolu.h,v 2.5 2003/06/06 16:38:47 schorsch Exp $ */ +/* RCSid $Id: resolu.h,v 2.8 2003/10/27 10:19:31 schorsch Exp $ */ /* * Definitions for resolution line in image file. * @@ -15,12 +15,14 @@ */ #ifndef _RAD_RESOLU_H_ #define _RAD_RESOLU_H_ + +#include + + #ifdef __cplusplus extern "C" { #endif -#include "copyright.h" - /* flags for scanline ordering */ #define XDECR 1 #define YDECR 2 @@ -73,7 +75,6 @@ extern void fputformat(char *s, FILE *fp); extern int getheader(FILE *fp, int (*f)(), char *p); extern int globmatch(char *pat, char *str); extern int checkheader(FILE *fin, char *fmt, FILE *fout); - #ifdef __cplusplus }