From ce5bf10e0427024050904ba261ee372eff86abed Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 14 Jul 2016 15:32:26 -0700 Subject: [PATCH] Win compile fix --- client/async_file.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/async_file.cpp b/client/async_file.cpp index fb19955288..c95a7bc905 100644 --- a/client/async_file.cpp +++ b/client/async_file.cpp @@ -29,6 +29,7 @@ #ifdef _MSC_VER #define snprintf _snprintf +#define tempnam _tempnam #endif #include "crypt.h"