]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/port/getopt.c
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / tiff / port / getopt.c
index b7ffe9d8bab8424891ebf22981fb91f4ba93308a..88a9b846a3ab9c54cebefc004a0a9fa8106f2f0b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
  * Copyright (c) 1987, 1993, 1994
@@ -36,6 +35,7 @@ __RCSID("$NetBSD: getopt.c,v 1.26 2003/08/07 16:43:40 agc Exp $");
 
 #include <stdio.h>
 #include <string.h>
+#include "libport.h"
 
 int    opterr = 1,             /* if error message should be printed */
        optind = 1,             /* index into parent argv vector */