summaryrefslogtreecommitdiff
path: root/memtable
diff options
context:
space:
mode:
authorTomas Kolda <koldat@gmail.com>2017-04-21 20:41:37 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-04-21 20:48:04 -0700
commit04d58970cb5e5fbffafa2ccfee42fc479cdd48f0 (patch)
treeda1a2a58a96a06ecc69bac61bc96364cdbffbea7 /memtable
parentafff9951e2b6aa0e1bb0949c68967951734604ef (diff)
AIX and Solaris Sparc Support
Summary: Replacement of #2147 The change was squashed due to a lot of conflicts. Closes https://github.com/facebook/rocksdb/pull/2194 Differential Revision: D4929799 Pulled By: siying fbshipit-source-id: 5cd49c254737a1d5ac13f3c035f128e86524c581
Diffstat (limited to 'memtable')
-rw-r--r--memtable/memtablerep_bench.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/memtable/memtablerep_bench.cc b/memtable/memtablerep_bench.cc
index 7eaffab91..9fdb63aa7 100644
--- a/memtable/memtablerep_bench.cc
+++ b/memtable/memtablerep_bench.cc
@@ -7,7 +7,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
+#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
+#endif
#ifndef GFLAGS
#include <cstdio>