wangzhi-art commented on code in PR #15766: URL: https://github.com/apache/nuttx/pull/15766#discussion_r1944039255
########## arch/x86_64/src/intel64/intel64_oneshot.c: ########## @@ -29,6 +29,7 @@ #include <sys/types.h> #include <stdint.h> #include <stdbool.h> +#include <sched.h> Review Comment: This was modified in PR #15665, when the call to the sched_lock interface was deleted and the header file #include<sched.h> was also deleted, so this change was also need to be reverted. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org