diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 9c0635d5..9fb12bd7 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -56,6 +56,11 @@ // fix broken so that Boost.test works: # include # undef strcmp +# endif + // fix broken errno declaration: +# include +# ifndef errno +# define errno errno # endif //