fix Solaris build and maybe other missing getopt_long

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1991 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2005-04-04 21:27:03 +00:00
rodzic bc0c2369b0
commit 2f021f1922
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,7 @@ extern char * optarg;
extern int optind, opterr, optopt;
#endif
#ifndef HAVE_GETOPT_LONG
struct option;
int getopt_long (int argc, char * const argv[], const char * optstring,
const struct option * longopts, int * longindex);
#endif