try to fix sun

This commit is contained in:
rsc 2005-01-14 18:38:20 +00:00
parent 147e5e8702
commit 7ea6c4fcbe
4 changed files with 5 additions and 0 deletions

View file

@ -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;