summaryrefslogtreecommitdiff
path: root/nuttx/lib/semaphore/sem_getvalue.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
commit844c7f1ae7c401414056a2457471a4282ffe8f98 (patch)
treededeb51514f8e30d1f5e51e17ea35095604e19a9 /nuttx/lib/semaphore/sem_getvalue.c
parentfd57b2a0da0473e878eb1c2abef05de3be7c2e2d (diff)
downloadpx4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.gz
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.bz2
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.zip
Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/semaphore/sem_getvalue.c')
-rw-r--r--nuttx/lib/semaphore/sem_getvalue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/lib/semaphore/sem_getvalue.c b/nuttx/lib/semaphore/sem_getvalue.c
index e1ad9ac0d..bc9971b20 100644
--- a/nuttx/lib/semaphore/sem_getvalue.c
+++ b/nuttx/lib/semaphore/sem_getvalue.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <sys/types.h>
#include <semaphore.h>
#include <errno.h>