Fix-Point opened a new pull request, #2724: URL: https://github.com/apache/nuttx-apps/pull/2724
## Summary The nuttx/arch.h included in userspace.h will cause some unnecessary headers to be introduced in the user program (such as net.h). We are trying to remove the inclusion of nuttx/arch.h. In order to avoid compilation errors, we first need to add the missing header file inclusion after removing nuttx/arch.h in apps. ## Impact This patch fix compilation error after excluding nuttx/arch.h. ## Testing Tested on QEMU/arm64 and QEMU/x86_64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
