Merge pull request #7150 from mpkh:patch-1

pull/7165/head
Alexander Alekhin 8 years ago
commit 3d5700655f
  1. 2
      modules/core/src/system.cpp

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

Loading…
Cancel
Save