winemenubuilder.c is the only Wine source file checking for
HAVE_STRING_H. Remove that check for consistency.
This commit is contained in:
parent
e52296ccb8
commit
0ae9be862e
|
@ -39,9 +39,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue