fixed a wrong conditional in moo-prv.h
This commit is contained in:
parent
df453b354c
commit
beef17caf6
@ -103,7 +103,7 @@
|
||||
|
||||
#else
|
||||
|
||||
# if defined(HAVE___BUILTIN_MEMSET) || !defined(HAVE___BUILTIN_MEMCPY) || !defined(HAVE___BUILTIN_MEMMOVE) || !defined(HAVE___BUILTIN_MEMCMP)
|
||||
# if !defined(HAVE___BUILTIN_MEMSET) || !defined(HAVE___BUILTIN_MEMCPY) || !defined(HAVE___BUILTIN_MEMMOVE) || !defined(HAVE___BUILTIN_MEMCMP)
|
||||
# include <string.h>
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user