summaryrefslogtreecommitdiff
path: root/storage/rocksdb/properties_collector.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/rocksdb/properties_collector.cc')
-rw-r--r--storage/rocksdb/properties_collector.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/rocksdb/properties_collector.cc b/storage/rocksdb/properties_collector.cc
index 368e6d88d1c..ee47306afa9 100644
--- a/storage/rocksdb/properties_collector.cc
+++ b/storage/rocksdb/properties_collector.cc
@@ -14,9 +14,11 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#include <my_config.h>
#ifdef _WIN32
#define _CRT_RAND_S
+#endif
+#include <my_global.h>
+#ifdef _WIN32
#include <stdlib.h>
#define rand_r rand_s
#endif