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:
Yoshinori Matsunobu 2015-04-06 17:16:40 -07:00
parent 824e646341
commit f12614070f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ int main() {
#include <numaif.h>
#endif
#include <unistd.h>
#include <fcntl.h>
#include <inttypes.h>
#include <cstddef>