aboutsummaryrefslogtreecommitdiff
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
commit61c97b1ddcc40f068e549d12dc8e63445d3ee4f5 (patch)
tree279f73779f488eb300706458111621e0f0b391f1 /nuttx/lib
parent0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8 (diff)
downloadpx4-firmware-61c97b1ddcc40f068e549d12dc8e63445d3ee4f5.tar.gz
px4-firmware-61c97b1ddcc40f068e549d12dc8e63445d3ee4f5.tar.bz2
px4-firmware-61c97b1ddcc40f068e549d12dc8e63445d3ee4f5.zip
Ooops... last version of file was still in editor
git-svn-id: http://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"