-
Notifications
You must be signed in to change notification settings - Fork 922
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
Missing #include <sys/types.h> in ccan/ccan/fdpass/fdpass.c for compilation on FreeBSD #7758
Comments
It is possible to report the compilation stactrace? Would be good for people that do not have access to Freebsd to patch there problem |
Here we go
|
Hitting this with v25.02rc3 on ARM64 FreeBSD. Can confirm the patch suggested above works:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
In order for ccan/ccan/fdpass/fdpass.c to compile on FreeBSD, sys/types.h must be included for u_long to be declared.
Thanks!
The text was updated successfully, but these errors were encountered: