summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/clock_abstime2ticks.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/clock_abstime2ticks.c')
-rw-r--r--nuttx/sched/clock_abstime2ticks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/clock_abstime2ticks.c b/nuttx/sched/clock_abstime2ticks.c
index b93fb8eac8..c8be4b1b18 100644
--- a/nuttx/sched/clock_abstime2ticks.c
+++ b/nuttx/sched/clock_abstime2ticks.c
@@ -38,7 +38,7 @@
********************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include <time.h>
#include <errno.h>
#include <debug.h>