fixed a wrong conditional in mio-prv.h
This commit is contained in:
parent
ec1c9ac5d0
commit
d95b96b34e
@ -59,7 +59,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