FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header

This commit is contained in:
Mounir IDRASSI 2018-04-04 23:47:02 +02:00
parent 80fed6f7f7
commit 431aae0201
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
1 changed files with 2 additions and 0 deletions

View File

@ -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
{