This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 558dfa28fb49a5eb3116d4c0b5e4f2d9c4d99ba7 Author: Augusto Fraga Giachero <augustof...@gmail.com> AuthorDate: Mon Nov 23 08:00:32 2020 -0300 nxstyle fix --- include/nuttx/rf/ioctl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/nuttx/rf/ioctl.h b/include/nuttx/rf/ioctl.h index ddef7f2..d88d026 100644 --- a/include/nuttx/rf/ioctl.h +++ b/include/nuttx/rf/ioctl.h @@ -20,6 +20,10 @@ #ifndef __INCLUDE_NUTTX_RF_IOCTL_H #define __INCLUDE_NUTTX_RF_IOCTL_H +/**************************************************************************** + * Included Files + ****************************************************************************/ + #include <nuttx/config.h> #include <nuttx/fs/ioctl.h>