Commit bad174b4 authored by Yoni Fogel's avatar Yoni Fogel

Fix windows build (time.h missing)

git-svn-id: file:///svn/toku/tokudb@9133 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4cf61384
......@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <time.h>
#include "toku_portability.h"
#include "memory.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment