More for getopt support.
This commit is contained in:
parent
6182664859
commit
87ccd613ca
1 changed files with 7 additions and 0 deletions
|
@ -19,3 +19,10 @@
|
|||
#if !defined(__USE_BSD)
|
||||
# undef __USE_BSD
|
||||
#endif
|
||||
|
||||
/* For getopt */
|
||||
#if HAVE_STDLIB_H
|
||||
# define getopt system_getopt
|
||||
# include <stdlib.h>
|
||||
# undef getopt
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue