configs/stm32f4discovery/src/stm32_rgbled.c: Krassimir Cheshmedzhiev claims that sys/types.h needs to be included to avoid undeclared 'OK'

This commit is contained in:
Gregory Nutt
2018-07-15 08:02:03 -06:00
parent cca8771c4a
commit 07b13260ce
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <errno.h>
#include <debug.h>