Merge pull request #7150 from mpkh:patch-1

This commit is contained in:
Alexander Alekhin 2016-08-22 15:11:18 +00:00
commit 3d5700655f

View File

@ -198,7 +198,7 @@ std::wstring GetTempFileNameWinRT(std::wstring prefix)
#include <stdarg.h>
#if defined __linux__ || defined __APPLE__ || defined __EMSCRIPTEN__
#if defined __linux__ || defined __APPLE__ || defined __EMSCRIPTEN__ || defined __FreeBSD__
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>