Unverified Commit 184e7a55 authored by Doron Somech's avatar Doron Somech Committed by GitHub

Merge pull request #3585 from bluca/fixes

Problem: build on centos6/ubuntu12 still broken
parents efd71887 72627018
...@@ -69,8 +69,6 @@ typedef unsigned __int64 uint64_t; ...@@ -69,8 +69,6 @@ typedef unsigned __int64 uint64_t;
#else #else
// To define SIZE_MAX with older compilers
#define __STDC_LIMIT_MACROS
#include <stdint.h> #include <stdint.h>
#endif #endif
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
// TODO remove this workaround for handling libsodium/tweetnacl // TODO remove this workaround for handling libsodium/tweetnacl
// To define SIZE_MAX with older compilers
#define __STDC_LIMIT_MACROS
#if defined ZMQ_CUSTOM_PLATFORM_HPP #if defined ZMQ_CUSTOM_PLATFORM_HPP
#include "platform.hpp" #include "platform.hpp"
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment