From 7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 18:38:20 +0000 Subject: try to fix sun --- src/cmd/postscript/common/getopt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/postscript/common/getopt.c') diff --git a/src/cmd/postscript/common/getopt.c b/src/cmd/postscript/common/getopt.c index 018885f7..ae805bef 100644 --- a/src/cmd/postscript/common/getopt.c +++ b/src/cmd/postscript/common/getopt.c @@ -1,5 +1,6 @@ #include #include +#include "ext.h" #define ERR(str, chr) if(opterr){fprintf(stderr, "%s%s%c\n", argv[0], str, chr);} int opterr = 1; int optind = 1; -- cgit v1.2.3