Commit 8d8b4408 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.

parent 369f4ccd
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment