mirror of https://github.com/facebook/rocksdb.git
Fix TSAN build error of D36447
Summary: D36447 caused build error when using COMPILE_WITH_TSAN=1. This diff fixes the error. Test Plan: jenkins Reviewers: igor, sdong Reviewed By: sdong Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D36579
This commit is contained in:
parent
824e646341
commit
f12614070f
|
@ -24,6 +24,7 @@ int main() {
|
|||
#include <numaif.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <inttypes.h>
|
||||
#include <cstddef>
|
||||
|
|
Loading…
Reference in New Issue