forked from boostorg/config
Patch for broken <cerrno>.
[SVN r31131]
This commit is contained in:
@ -56,6 +56,11 @@
|
||||
// fix broken <cstring> so that Boost.test works:
|
||||
# include <cstring>
|
||||
# undef strcmp
|
||||
# endif
|
||||
// fix broken errno declaration:
|
||||
# include <errno.h>
|
||||
# ifndef errno
|
||||
# define errno errno
|
||||
# endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user