From d0a9392490de322e49fc5d3626ce2455f06e691d Mon Sep 17 00:00:00 2001 From: digiwhite Date: Fri, 28 Nov 2014 05:03:51 +0200 Subject: [PATCH] Ubuntu 12.04.3 LTS 32bit PRId64 compilation fix --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 2a91c62..6aaaeec 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,10 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#ifndef __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS +#endif + #include "checkpoints.h" #include "db.h" #include "net.h"