summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_gettcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_gettcb.c')
-rw-r--r--nuttx/sched/sched_gettcb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/sched/sched_gettcb.c b/nuttx/sched/sched_gettcb.c
index 39933369f..1e50ef50f 100644
--- a/nuttx/sched/sched_gettcb.c
+++ b/nuttx/sched/sched_gettcb.c
@@ -2,7 +2,7 @@
* sched/sched_gettcb.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,9 @@
****************************************************************************/
#include <sys/types.h>
+
#include <sched.h>
+
#include "os_internal.h"
/****************************************************************************