From 9d264af4fc97110271f3c0d6afd323ecedee4687 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: I63251524d94fae43bfb0a71c324d55bf91d363f8 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 ****************************************************************************/