]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/libtiff/mkg3states.c
Fix compilation for MinGW with wxUSE_IPV6==1.
[wxWidgets.git] / src / tiff / libtiff / mkg3states.c
index dc9658d4d511dee9aef756a9f5082cf178bbef19..1e1d9761c7114c86a50a7de9673e55e51f67325c 100644 (file)
@@ -29,7 +29,7 @@
  * in Frank Cringle's viewfax program;
  *      Copyright (C) 1990, 1995  Frank D. Cringle.
  */
-#include "tif_config.h"
+#include <tif_config.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 
 #include "tif_fax3.h"
 
+#ifndef HAVE_GETOPT
+extern int getopt(int, char**, char*);
+#endif
+
 #define        streq(a,b)      (strcmp(a,b) == 0)
 
 /* NB: can't use names in tif_fax3.h 'cuz they are declared const */
@@ -438,3 +442,10 @@ main(int argc, char* argv[])
 }
 
 /* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */