mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 05:53:29 +01:00
FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header
This commit is contained in:
parent
80fed6f7f7
commit
431aae0201
@ -15,7 +15,9 @@
|
|||||||
#include "Platform/StringConverter.h"
|
#include "Platform/StringConverter.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||||
#include <sys/sysmacros.h>
|
#include <sys/sysmacros.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace VeraCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user