mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Fix windows build (time.h missing)
git-svn-id: file:///svn/toku/tokudb@9133 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
4a37ee2e02
commit
eefff9b2c7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "toku_portability.h"
|
||||
#include "memory.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue