25 lines
791 B
Diff
25 lines
791 B
Diff
diff -Naur CPP/7zip/Common/FileStreams.cpp CPP/7zip/Common/FileStreams.cpp
|
|
--- CPP/7zip/Common/FileStreams.cpp
|
|
+++ CPP/7zip/Common/FileStreams.cpp
|
|
@@ -12,7 +12,7 @@
|
|
#include <pwd.h>
|
|
|
|
// for major()/minor():
|
|
-#if defined(__FreeBSD__) || defined(BSD)
|
|
+#if defined(__FreeBSD__) || defined(BSD) || defined(__APPLE__)
|
|
#include <sys/types.h>
|
|
#else
|
|
#include <sys/sysmacros.h>
|
|
diff -Naur CPP/7zip/UI/Common/UpdateCallback.cpp CPP/7zip/UI/Common/UpdateCallback.cpp
|
|
--- CPP/7zip/UI/Common/UpdateCallback.cpp
|
|
+++ CPP/7zip/UI/Common/UpdateCallback.cpp
|
|
@@ -9,7 +9,7 @@
|
|
// #include <pwd.h>
|
|
|
|
// for major()/minor():
|
|
-#if defined(__FreeBSD__) || defined(BSD)
|
|
+#if defined(__FreeBSD__) || defined(BSD) || defined(__APPLE__)
|
|
#include <sys/types.h>
|
|
#else
|
|
#include <sys/sysmacros.h>
|