summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/mq_close.c')
-rw-r--r--nuttx/sched/mq_close.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/mq_close.c b/nuttx/sched/mq_close.c
index 15d2272a0..06b81fb5e 100644
--- a/nuttx/sched/mq_close.c
+++ b/nuttx/sched/mq_close.c
@@ -37,7 +37,8 @@
* Included Files
************************************************************/
-#include <sys/types.h> /* uint32, etc. */
+#include <nuttx/config.h>
+
#include <mqueue.h>
#include <sched.h>
#include "os_internal.h"