port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.
This commit is contained in:
parent
369f4ccdfe
commit
8d8b44089d
|
@ -212,7 +212,7 @@ static char *posixly_correct;
|
|||
# define my_index strchr
|
||||
#else
|
||||
|
||||
# if HAVE_STRING_H
|
||||
# ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
# else
|
||||
# include <strings.h>
|
||||
|
|
Loading…
Reference in New Issue