Browse Source

HPCC-19617 Clienttools master build fails on OS X

Additional change required to avoid win32 issues.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 years ago
parent
commit
58f60c6654
1 changed files with 2 additions and 0 deletions
  1. 2 0
      system/libbase58/base58.c

+ 2 - 0
system/libbase58/base58.c

@@ -17,7 +17,9 @@ typedef SSIZE_T ssize_t;
 #include <stdint.h>
 #include <string.h>
 #include <sys/types.h>
+#ifndef _WIN32
 #include <alloca.h>
+#endif
 #include <memory>
 
 #include "libbase58.h"