mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
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:
committed by
Gregory Nutt
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
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user