forked from mirrors/0ad
a03268ebae
Does only include <errno.h> with the exception on Windows but only if not using MSVC and even then depends on whether boost is included first or not. Use <cerrno> which was added in C++11 and is based of of Posix instead of a particular cerrno.h of a particular C library. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>