summaryrefslogtreecommitdiff
blob: e7f40f50528196eec81732bd6b59a2658d7ed4d3 (plain)
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