zephyr: Include required posix headers directly#1412
Merged
dNechita merged 1 commit intoanalogdevicesinc:mainfrom Mar 19, 2026
Merged
zephyr: Include required posix headers directly#1412dNechita merged 1 commit intoanalogdevicesinc:mainfrom
dNechita merged 1 commit intoanalogdevicesinc:mainfrom
Conversation
Historically, zephyr/net/socket.h included posix headers, but a recent refactoring in mainline zephyr changed this behavior to avoid circular dependency issues. Prepare for the upcoming zephyr v4.4 release by including all the required posix headers directly rather than relying on zephyr/net/socket.h to include them. This change is backward compatible and doesn't need to wait for the zephyr v4.4 release. Tested on the native_sim board with zephyr v4.3.0 and zephyr commit 4ebb22e7109. Signed-off-by: Maureen Helm <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Historically,
zephyr/net/socket.hincluded posix headers, but a recent refactoring in mainline zephyr (zephyrproject-rtos/zephyr#99169) changed this behavior to avoid circular dependency issues. Prepare for the upcoming zephyr v4.4 release by including all the required posix headers directly rather than relying onzephyr/net/socket.hto include them. This change is backward compatible and doesn't need to wait for the zephyr v4.4 release. Tested on thenative_simboard with zephyr v4.3.0 and zephyr commit 4ebb22e7109.PR Type
PR Checklist