-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
1.9.0 fails to build: error: 'u_int32_t' undeclared (first use in this function); did you mean 'uint32_t'?
#1900
Comments
Wow, looks like a bad definition in macOS headers: in netinet/in.h:
Probably some other header needs to be included that defines |
Probably |
I have found an earlier error like this, it is something related to macOS headers on legacy systems.
UPD. A better fix is #1900 (comment) |
@gdamore Yes, you are absolutely right, including |
This bug was already fixed in the main branch.
** Environment Details **
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: