mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
Update to 7-Zip Version 22.01
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c43cbc5f18/
This commit is contained in:
@@ -11,9 +11,12 @@
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
|
||||
// for major minor
|
||||
// BSD: <sys/types.h>
|
||||
// for major()/minor():
|
||||
#if defined(__FreeBSD__) || defined(BSD)
|
||||
#include <sys/types.h>
|
||||
#else
|
||||
#include <sys/sysmacros.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user