Commit 00be80fb authored by John Esmet's avatar John Esmet

Fix inclusion of toku_config in toku_time.h to work when used by db.h in

external projects (such as TokuMX)
parent ed2a6843
......@@ -91,7 +91,7 @@ PATENT RIGHTS GRANT:
#ifndef TOKU_TIME_H
#define TOKU_TIME_H
#include <portability/toku_config.h>
#include <toku_config.h>
#include <time.h>
#include <sys/time.h>
#include <stdint.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