Fix for UINT64_MAX macro

This commit is contained in:
Kagami Hiiragi 2015-01-10 01:36:28 +03:00
parent 719bed1f9b
commit c15b5a457b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// TODO(Kagami): Port it to WIN32 (see bitmessage-powfaster for an
// example).
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <string.h>
#include <arpa/inet.h>