Skip to content

Commit 8aa3c24

Browse files
authored
Merge pull request #3 from solardiz/master
Define __STDC_FORMAT_MACROS for build with older glibc
2 parents d9968b5 + 59c498b commit 8aa3c24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/build_filter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define __STDC_FORMAT_MACROS
12
#define _GNU_SOURCE
23
#include <getopt.h>
34
#include <inttypes.h>

src/query_filter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define __STDC_FORMAT_MACROS
12
#include "hexutil.h"
23
#include "mappeablebloomfilter.h"
34
#include "sha.h"

0 commit comments

Comments
 (0)