include/nuttx/nx/nxcursor.h: Nees to include nx.h.

This commit is contained in:
Gregory Nutt 2019-04-10 08:51:22 -06:00
parent e514402c28
commit d3bf5c7408

View File

@ -46,6 +46,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <nuttx/nx/nx.h>
#include <nuttx/nx/nxtypes.h>
#ifndef defined(CONFIG_NX_SWCURSOR) || defined(CONFIG_NX_HWCURSOR)