refs #5418 fix compile on darwin

git-svn-id: file:///svn/toku/tokudb@49728 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:15 -04:00 committed by Yoni Fogel
parent 1740c966e2
commit 34074167cc

View file

@ -3,10 +3,10 @@
#ident "$Id: omt-test.cc 46193 2012-07-26 17:12:18Z yfogel $"
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <algorithm>
#include "test.h"
#include <algorithm>
#include <toku_portability.h>
#include <errno.h>
#include <stdio.h>