fix sim_x11fb compile error

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2021-11-13 15:28:44 +08:00 committed by Xiang Xiao
parent 9b1d4de3be
commit edaa8a0ce9
1 changed files with 3 additions and 0 deletions

View File

@ -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
****************************************************************************/