You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/11/13 11:58:09 UTC

[incubator-nuttx] branch master updated: fix sim_x11fb compile error

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new edaa8a0  fix sim_x11fb compile error
edaa8a0 is described below

commit edaa8a0ce993c5a7f7af5adef463951a8278746f
Author: anjiahao <an...@xiaomi.com>
AuthorDate: Sat Nov 13 15:28:44 2021 +0800

    fix sim_x11fb compile error
    
    Signed-off-by: anjiahao <an...@xiaomi.com>
---
 arch/sim/src/sim/up_lcd.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/sim/src/sim/up_lcd.c b/arch/sim/src/sim/up_lcd.c
index 3ec5204..4cf7890 100644
--- a/arch/sim/src/sim/up_lcd.c
+++ b/arch/sim/src/sim/up_lcd.c
@@ -37,6 +37,9 @@
 #include <nuttx/lcd/lcd.h>
 #include "up_internal.h"
 
+#if defined(CONFIG_SIM_X11FB)
+#include <nuttx/wqueue.h>
+#endif
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/