]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tools/raw2tiff.c
Fit the generic preferences editor dialog to its pages size initially.
[wxWidgets.git] / src / tiff / tools / raw2tiff.c
index 79fcb7efb88e7dd6643e0892cc9b983c62114066..c9dd4fd9136adc7948b0517a9627c1b529c6605a 100644 (file)
 # include <io.h>
 #endif
 
+#ifdef NEED_LIBPORT
+# include "libport.h"
+#endif
+
 #include "tiffio.h"
 
 #ifndef HAVE_GETOPT
@@ -638,3 +642,10 @@ usage(void)
 }
 
 /* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */