1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux: fix compilation error under CentOS 6

This commit is contained in:
Mounir IDRASSI
2019-10-17 07:18:15 +02:00
parent bdc1dc42a6
commit 3bb661244c

View File

@@ -13,6 +13,7 @@
#include "CoreService.h" #include "CoreService.h"
#include <fcntl.h> #include <fcntl.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <stdio.h>
#include "Platform/FileStream.h" #include "Platform/FileStream.h"
#include "Platform/MemoryStream.h" #include "Platform/MemoryStream.h"
#include "Platform/Serializable.h" #include "Platform/Serializable.h"