Commit 42f8c957 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the fractal tree example code

git-svn-id: file:///svn/toku/tokudb@16700 c7de825b-a66e-492c-adef-691d508d4ae1
parent a88139f3
......@@ -11,7 +11,7 @@
#endif
#include <inttypes.h>
#include <toku_assert.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
......
......@@ -9,7 +9,7 @@
#include <tokudb.h>
#define DIRSUF tokudb
#endif
#include <toku_assert.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
......
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