mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#include "Platform/StringConverter.h"
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
#include <sys/sysmacros.h>
|
||||
#endif
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user