userleds: add missing include (stdbool.h)

Would not compile without stdbool.h included (uses the bool type in
the header file)
This commit is contained in:
iceaway 2021-09-20 08:20:05 +02:00 committed by Xiang Xiao
parent b42d2a7284
commit beba1056a8

View File

@ -28,6 +28,8 @@
#include <nuttx/config.h>
#include <nuttx/fs/ioctl.h>
#include <stdbool.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/