Skip to content
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

Indirect inclusion of sys/types.h in lwippools.h causes conflicting types #63

Open
jonasgreen88 opened this issue Feb 10, 2017 · 2 comments

Comments

@jonasgreen88
Copy link

This issue is valid if lwIP's socket interface is enabled (LWIP_SOCKET).

The files included by lwippools.h eventually includes the sys/types.h header file. In this header file some socket related definitions are defined, e.g. "fd_set". The same definitions are defined by lwIP's socket interface in sockets.h. This causes conflicted types error when compiling.

@tijuca
Copy link
Contributor

tijuca commented Feb 10, 2017

Can you explain then sys/types.h is gone included?

@mrdeep1
Copy link
Collaborator

mrdeep1 commented Jul 23, 2022

libcoap LwIP support has been re-written in PR #884, and so this should no longer be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants