summaryrefslogtreecommitdiff
path: root/storage/tokudb/tests
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2013-04-17 00:02:19 -0400
committerYoni Fogel <yoni@tokutek.com>2013-04-17 00:02:19 -0400
commite7a2d9874ddd1384ed32fe0ad90aa7de91f0b78c (patch)
treef5acdd14b632c62cfe8028cc751a87c553ffc172 /storage/tokudb/tests
parenta7fff767220c17ab06b086650c675b5f2bef1703 (diff)
downloadmariadb-git-e7a2d9874ddd1384ed32fe0ad90aa7de91f0b78c.tar.gz
refs #6184 port some handlerton test to darwin
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@54621 c7de825b-a66e-492c-adef-691d508d4ae1
Diffstat (limited to 'storage/tokudb/tests')
-rw-r--r--storage/tokudb/tests/sint_test.cc1
-rw-r--r--storage/tokudb/tests/tokudb_math_test.cc2
-rw-r--r--storage/tokudb/tests/uint_test.cc1
3 files changed, 3 insertions, 1 deletions
diff --git a/storage/tokudb/tests/sint_test.cc b/storage/tokudb/tests/sint_test.cc
index 8a5008e2bd2..daf3c05e6e0 100644
--- a/storage/tokudb/tests/sint_test.cc
+++ b/storage/tokudb/tests/sint_test.cc
@@ -3,6 +3,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <assert.h>
+#include <sys/types.h>
#include <tokudb_math.h>
using namespace tokudb;
diff --git a/storage/tokudb/tests/tokudb_math_test.cc b/storage/tokudb/tests/tokudb_math_test.cc
index 76e834b2a0d..97bdab57828 100644
--- a/storage/tokudb/tests/tokudb_math_test.cc
+++ b/storage/tokudb/tests/tokudb_math_test.cc
@@ -2,7 +2,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <assert.h>
-
+#include <sys/types.h>
#include <tokudb_math.h>
using namespace tokudb;
diff --git a/storage/tokudb/tests/uint_test.cc b/storage/tokudb/tests/uint_test.cc
index bf98023cb98..d12aec64270 100644
--- a/storage/tokudb/tests/uint_test.cc
+++ b/storage/tokudb/tests/uint_test.cc
@@ -3,6 +3,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <assert.h>
+#include <sys/types.h>
#include <tokudb_math.h>
using namespace tokudb;