Use stdlib.h for getopt interface.
This commit is contained in:
parent
09f4f53b9c
commit
05674b755f
@ -926,8 +926,6 @@ main(int argc, char **argv)
|
||||
{
|
||||
int error, i;
|
||||
int ch; /* getopt option */
|
||||
extern char *optarg; /* from getopt */
|
||||
extern int optind; /* from getopt */
|
||||
int debug = 0; /* print debugging output */
|
||||
int explore_once = 0; /* don't do only explore */
|
||||
int handle_events = 1; /* do handle the event queue */
|
||||
|
Loading…
x
Reference in New Issue
Block a user