From aba6f93b31b61e563cedcc5daabcd66105f03b3c Mon Sep 17 00:00:00 2001 From: Jiuzhu Dong Date: Thu, 4 Feb 2021 22:10:24 +0800 Subject: [PATCH] rptun: fix compile break when disable openamp Change-Id: Ia7c96d10dc16c69ba973135080c71ab7b5f94395 Signed-off-by: Jiuzhu Dong --- include/nuttx/rptun/openamp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/nuttx/rptun/openamp.h b/include/nuttx/rptun/openamp.h index 3e52e501494..8a96b98889e 100644 --- a/include/nuttx/rptun/openamp.h +++ b/include/nuttx/rptun/openamp.h @@ -26,11 +26,12 @@ ****************************************************************************/ #include -#include -#include #ifdef CONFIG_RPTUN +#include +#include + /**************************************************************************** * Public Types ****************************************************************************/