summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_condtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_condtimedwait.c')
-rw-r--r--nuttx/sched/pthread_condtimedwait.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/sched/pthread_condtimedwait.c b/nuttx/sched/pthread_condtimedwait.c
index 6abf7881d..6c43e819c 100644
--- a/nuttx/sched/pthread_condtimedwait.c
+++ b/nuttx/sched/pthread_condtimedwait.c
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
+#include <stdint.h>
#include <unistd.h>
#include <pthread.h>
#include <signal.h>
@@ -47,6 +48,7 @@
#include <errno.h>
#include <wdog.h>
#include <debug.h>
+
#include "os_internal.h"
#include "pthread_internal.h"
#include "clock_internal.h"