fix sim_x11fb compile error
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
9b1d4de3be
commit
edaa8a0ce9
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue