add missing include to ThreadId.h
Summary: The syscall() function is defined in <unistd.h> <sys/syscall.h> apparently only defines IDs to be used with syscall(), but does not define the syscall() function itself. This caused build failures for files that included ThreadId.h before unistd.h Reviewed By: Orvid Differential Revision: D5189658 fbshipit-source-id: 2ec8ea1d58f3fc14cf458a53ecaa811978527398
Showing
folly/test/ThreadIdTest.cpp
0 → 100644
Please register or sign in to comment