Include assert.h in necessary place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-06-01 12:37:18 +08:00 committed by Masayuki Ishikawa
parent 58293abb8e
commit d6d458c60b
7 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <assert.h>
#include <debug.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -34,6 +34,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>

View File

@ -38,6 +38,7 @@
****************************************************************************/
#include <sys/ioctl.h>
#include <assert.h>
#include <errno.h>
#ifdef CONFIG_SYSTEM_TERMCURSES

View File

@ -42,6 +42,8 @@
#endif
#include <sys/ioctl.h>
#include <assert.h>
#include "pdcnuttx.h"
/****************************************************************************

View File

@ -45,6 +45,7 @@
#include <sys/types.h>
#include <sys/select.h>
#include <unistd.h>
#include <assert.h>
#include "pdcnuttx.h"

View File

@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>
#include <debug.h>
#include <errno.h>
#include <poll.h>

View File

@ -51,6 +51,7 @@
#include <string.h>
#include <signal.h>
#include <libgen.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>