Patch for broken <cerrno>.

[SVN r31131]
This commit is contained in:
John Maddock
2005-09-27 09:37:17 +00:00
parent 9796bd47ad
commit b854b15f78

View File

@ -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
//