FT-312 fix centos compile

This commit is contained in:
Rich Prohaska 2014-08-24 12:56:35 -04:00
parent 88a7ade688
commit a0150feed6

View file

@ -97,6 +97,10 @@ PATENT RIGHTS GRANT:
#include <endian.h>
#include <toku_time.h>
#ifndef htobe64
#define htobe64(x) __bswap_64(x)
#endif
// Insert max_rows key/val pairs into the db
static void do_inserts(DB_ENV *env, DB *db, uint64_t max_rows, size_t val_size) {
char val_data[val_size]; memset(val_data, 0, val_size);