xiaoxiang781216 commented on code in PR #13498: URL: https://github.com/apache/nuttx/pull/13498#discussion_r1819173365
########## include/nuttx/fs/fs.h: ########## @@ -183,6 +185,7 @@ struct statfs; struct pollfd; struct mtd_dev_s; struct tcb_s; +struct uio; Review Comment: Ok, but it's better to include nuttx/uio.h in fs.h, to avoid all implementation include it again and again. -- 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