-
Notifications
You must be signed in to change notification settings - Fork 671
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
socklen_t typedef conflict #90
Comments
Ablu
pushed a commit
to mana/manaserv
that referenced
this issue
Apr 5, 2018
It is reported as lsalzman/enet#90 but unfixed in upstream so far...
jakrams
pushed a commit
to jakrams/enet
that referenced
this issue
Mar 16, 2021
jakrams
pushed a commit
to jakrams/enet
that referenced
this issue
Mar 16, 2021
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When including the enet headers to build a project on Linux 4.13.12-1-ARCH x86_64 with gcc version 7.3.0, there is a typedef conflict with my system headers:
I added another define statement in unix.c line 58 to get around this for now:
The text was updated successfully, but these errors were encountered: