X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..b736d59eb531794e6b1cef2b4997c517569ff0dd:/src/tiff/tools/raw2tiff.c diff --git a/src/tiff/tools/raw2tiff.c b/src/tiff/tools/raw2tiff.c index 79fcb7efb8..24748c5129 100644 --- a/src/tiff/tools/raw2tiff.c +++ b/src/tiff/tools/raw2tiff.c @@ -1,4 +1,3 @@ -/* $Id$ * * Project: libtiff tools * Purpose: Convert raw byte sequences in TIFF images @@ -53,6 +52,10 @@ # include #endif +#ifdef NEED_LIBPORT +# include "libport.h" +#endif + #include "tiffio.h" #ifndef HAVE_GETOPT @@ -638,3 +641,10 @@ usage(void) } /* vim: set ts=8 sts=8 sw=8 noet: */ +/* + * Local Variables: + * mode: c + * c-basic-offset: 8 + * fill-column: 78 + * End: + */