]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/libtiff/mkg3states.c
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
[wxWidgets.git] / src / tiff / libtiff / mkg3states.c
index dc9658d4d511dee9aef756a9f5082cf178bbef19..8798c9232fe3d1c855a10ad6733b17329f1acf10 100644 (file)
@@ -1,4 +1,3 @@
-/* "$Id$ */
 
 /*
  * Copyright (c) 1991-1997 Sam Leffler
@@ -29,7 +28,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 +441,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:
+ */