Adapt the new header file path of va_format.

Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
likun17 2024-05-31 14:25:20 +08:00 committed by Xiang Xiao
parent b4d794cbd5
commit ac11e3cba9
2 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#include "adb.h" #include "adb.h"
#include <stdio.h>
#include <syslog.h> #include <syslog.h>
#include <nuttx/streams.h>
#if defined(CONFIG_ADBD_BOARD_INIT) || defined (CONFIG_BOARDCTL_RESET) || \ #if defined(CONFIG_ADBD_BOARD_INIT) || defined (CONFIG_BOARDCTL_RESET) || \
defined(CONFIG_ADBD_USB_BOARDCTL) defined(CONFIG_ADBD_USB_BOARDCTL)

View File

@ -23,8 +23,8 @@
****************************************************************************/ ****************************************************************************/
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include <syslog.h> #include <syslog.h>
#include <nuttx/streams.h>
#include "monkey_log.h" #include "monkey_log.h"
/**************************************************************************** /****************************************************************************