Commit 050f50e1 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fixup the linux build. addresses #1342

git-svn-id: file:///svn/toku/tokudb.1032b@8437 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3b99abcb
......@@ -5,7 +5,7 @@
#include <assert.h>
#include <rangetree.h>
#include <errno.h>
#include "../../../newbrt/memory.h"
#include "memory.h"
int verbose=0;
#define CKERR(r) do { if (r!=0) fprintf(stderr, "%s:%d error %d %s\n", __FILE__, __LINE__, r, strerror(r)); assert(r==0); } while (0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment