yamt commented on code in PR #13498:
URL: https://github.com/apache/nuttx/pull/13498#discussion_r1821841199


##########
include/nuttx/fs/fs.h:
##########
@@ -30,7 +30,9 @@
 #include <nuttx/config.h>
 #include <nuttx/compiler.h>
 
+#include <sys/uio.h>

Review Comment:
   sys/uio.h is necessary for struct iovec definition. (eg. dev_zero.c needs 
it.)
   i thought you preferred to include headers indirectly like this.
   



-- 
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]

Reply via email to