-
Notifications
You must be signed in to change notification settings - Fork 338
[TCP/Buffer] Add missing header #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @c-p-i-o |
oops sorry. I really need to go look at fixing the internal codemod here at facebook. Because internally we use a bazel like build, it seems to ignore build variations. |
Small CI has already landed. |
@c-p-i-o has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Trying with |
Seems like the internal linter is happy is I use:
Instead of what you have. Does using the header above resolve the linker error for you @Aidyn-A ? |
I think it will no longer be system agnostic once we do |
@c-p-i-o has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
The TOT compilation fails with:
due to missing
sys/syscall.h
header declaration inbuffer.cc
introduced in commit aeca183.