kopia lustrzana https://github.com/Hamlib/Hamlib
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-79ac388436b8Hamlib-1.2.5
rodzic
bc0c2369b0
commit
2f021f1922
|
@ -73,6 +73,7 @@ extern char * optarg;
|
||||||
extern int optind, opterr, optopt;
|
extern int optind, opterr, optopt;
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_GETOPT_LONG
|
#ifndef HAVE_GETOPT_LONG
|
||||||
|
struct option;
|
||||||
int getopt_long (int argc, char * const argv[], const char * optstring,
|
int getopt_long (int argc, char * const argv[], const char * optstring,
|
||||||
const struct option * longopts, int * longindex);
|
const struct option * longopts, int * longindex);
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue