mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5418 fix compile on darwin
git-svn-id: file:///svn/toku/tokudb@49728 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1740c966e2
commit
34074167cc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue