X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..11a23db53128bf244a089123b7fd27deb577a889:/src/tiff/port/getopt.c diff --git a/src/tiff/port/getopt.c b/src/tiff/port/getopt.c index b7ffe9d8ba..88a9b846a3 100644 --- a/src/tiff/port/getopt.c +++ b/src/tiff/port/getopt.c @@ -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 #include +#include "libport.h" int opterr = 1, /* if error message should be printed */ optind = 1, /* index into parent argv vector */