1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

fix the fractal tree example code

git-svn-id: file:///svn/toku/tokudb@16700 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska
2013-04-16 23:58:57 -04:00
committed by Yoni Fogel
parent a88139f300
commit 42f8c95778
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#endif #endif
#include <inttypes.h> #include <inttypes.h>
#include <toku_assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -9,7 +9,7 @@
#include <tokudb.h> #include <tokudb.h>
#define DIRSUF tokudb #define DIRSUF tokudb
#endif #endif
#include <toku_assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>