summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/ft/background_job_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/ft/background_job_manager.cc')
-rw-r--r--storage/tokudb/ft-index/ft/background_job_manager.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/tokudb/ft-index/ft/background_job_manager.cc b/storage/tokudb/ft-index/ft/background_job_manager.cc
index 9a9c9467106..6849909a2ed 100644
--- a/storage/tokudb/ft-index/ft/background_job_manager.cc
+++ b/storage/tokudb/ft-index/ft/background_job_manager.cc
@@ -89,11 +89,12 @@ PATENT RIGHTS GRANT:
#ident "Copyright (c) 2011-2013 Tokutek Inc. All rights reserved."
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
-#include "background_job_manager.h"
-#include "toku_config.h"
+#include <portability/toku_config.h>
#include <memory.h>
#include <toku_pthread.h>
+#include "background_job_manager.h"
+
struct background_job_manager_struct {
bool accepting_jobs;
uint32_t num_jobs;