aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/common/getopt.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 18:38:20 +0000
committerrsc <devnull@localhost>2005-01-14 18:38:20 +0000
commit7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8 (patch)
tree238e72739d8214a197081ee84f4a641e1965b7b7 /src/cmd/postscript/common/getopt.c
parent147e5e8702764582111967582c26190cd77b937e (diff)
downloadplan9port-7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8.tar.gz
plan9port-7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8.tar.bz2
plan9port-7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8.zip
try to fix sun
Diffstat (limited to 'src/cmd/postscript/common/getopt.c')
-rw-r--r--src/cmd/postscript/common/getopt.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
+#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;