summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/portability/toku_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/portability/toku_atomic.h')
-rw-r--r--storage/tokudb/ft-index/portability/toku_atomic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/tokudb/ft-index/portability/toku_atomic.h b/storage/tokudb/ft-index/portability/toku_atomic.h
index c24c7ab2607..e897d0b7e4a 100644
--- a/storage/tokudb/ft-index/portability/toku_atomic.h
+++ b/storage/tokudb/ft-index/portability/toku_atomic.h
@@ -91,8 +91,9 @@ PATENT RIGHTS GRANT:
#ifndef TOKU_ATOMIC_H
#define TOKU_ATOMIC_H
-#include "toku_config.h"
+#include <portability/toku_config.h>
#include <toku_assert.h>
+
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>