summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sem_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_destroy.c')
-rw-r--r--nuttx/sched/sem_destroy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/sched/sem_destroy.c b/nuttx/sched/sem_destroy.c
index 3a96fcef9d..a0a7ca3d17 100644
--- a/nuttx/sched/sem_destroy.c
+++ b/nuttx/sched/sem_destroy.c
@@ -37,8 +37,10 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <semaphore.h>
+
#include "sem_internal.h"
/****************************************************************************