Fix missing errno on PPC64 with GCC 4.8.5

pull/737/head
Jeffrey Walton 2018-11-04 15:36:13 -05:00
parent 6cc763939e
commit f5bce1ab8c
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <cerrno>
// Aggressive stack checking with VS2005 SP1 and above. // Aggressive stack checking with VS2005 SP1 and above.
#if (_MSC_FULL_VER >= 140050727) #if (_MSC_FULL_VER >= 140050727)