include/nuttx/rptun/rptun.h: openamp/open_amp.h must not be included unless CONFIG_RPTUN (and heance CONFIG_OPENAMP) are selected.
This commit is contained in:
parent
3480f7a0bc
commit
182c55635d
|
@ -42,13 +42,13 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#ifdef CONFIG_RPTUN
|
||||
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
#include <openamp/open_amp.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef CONFIG_RPTUN
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue