summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_mqnotempty.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_mqnotempty.c')
-rw-r--r--nuttx/sched/sig_mqnotempty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/sig_mqnotempty.c b/nuttx/sched/sig_mqnotempty.c
index ab395db2e..a55d3138e 100644
--- a/nuttx/sched/sig_mqnotempty.c
+++ b/nuttx/sched/sig_mqnotempty.c
@@ -37,6 +37,7 @@
* Included Files
************************************************************/
+#include <nuttx/compiler.h>
#include <sys/types.h>
#include <signal.h>
#include <sched.h>
@@ -86,7 +87,7 @@ int sig_mqnotempty (int pid, int signo, const union sigval value)
int sig_mqnotempty (int pid, int signo, void *sival_ptr)
#endif
{
- _TCB *stcb;
+ FAR _TCB *stcb;
siginfo_t info;
int ret = ERROR;