gustavonihei commented on code in PR #1649: URL: https://github.com/apache/nuttx-apps/pull/1649#discussion_r1136249114
########## system/nxplayer/nxplayer.c: ########## @@ -24,30 +24,29 @@ #include <nuttx/config.h> +#include <assert.h> +#include <debug.h> +#include <dirent.h> +#include <errno.h> +#include <fcntl.h> +#include <netutils/netlib.h> Review Comment: Oh, that's true, this one is from /apps and should be separate, thanks for noticing! -- 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