gustavonihei commented on code in PR #1649: URL: https://github.com/apache/nuttx-apps/pull/1649#discussion_r1136253544
########## system/nxplayer/nxplayer_mp3.c: ########## @@ -22,12 +22,14 @@ * Included Files ****************************************************************************/ -#include <sys/types.h> +#include <nuttx/config.h> Review Comment: `sys/types.h` is a C system header, so it should be grouped with the others. `nuttx/config.h` is just for standard practice in NuttX to be always included first. -- 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