trv_graphics.h uses sem_t so should include semaphore.h

This commit is contained in:
Gregory Nutt 2017-01-07 12:43:17 -06:00
parent 91fe324c72
commit 507cbe2475

View File

@ -41,6 +41,7 @@
****************************************************************************/
#include "trv_types.h"
#include <semaphore.h>
#include <nuttx/video/fb.h>
#ifdef CONFIG_NX