summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 20:20:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 20:20:39 +0000
commit09dcebb6991350498b809a20b55fbcfd982a0b2a (patch)
tree279f73779f488eb300706458111621e0f0b391f1 /nuttx/lib
parent2e745de2f7768f4932e365f0a49edbe15a448818 (diff)
downloadnuttx-09dcebb6991350498b809a20b55fbcfd982a0b2a.tar.gz
nuttx-09dcebb6991350498b809a20b55fbcfd982a0b2a.tar.bz2
nuttx-09dcebb6991350498b809a20b55fbcfd982a0b2a.zip
Ooops... last version of file was still in editor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5271 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/math/lib_exp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/lib/math/lib_exp.c b/nuttx/lib/math/lib_exp.c
index 5b54dbaac..350229860 100644
--- a/nuttx/lib/math/lib_exp.c
+++ b/nuttx/lib/math/lib_exp.c
@@ -32,6 +32,7 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
+#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"