1 2 3 4 5 6 7 8 9 10 11
--- p7zip_15.14.1/CPP/myWindows/StdAfx.h +++ p7zip_15.14.1/CPP/myWindows/StdAfx.h @@ -32,7 +32,7 @@ #include <errno.h> #include <math.h> -#ifdef __NETWARE__ +#if defined(__NETWARE__) || defined(__MACH__) #include <sys/types.h> #endif