From 61c97b1ddcc40f068e549d12dc8e63445d3ee4f5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 28 Oct 2012 20:20:39 +0000 Subject: [PATCH] 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 --- nuttx/lib/math/lib_exp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nuttx/lib/math/lib_exp.c b/nuttx/lib/math/lib_exp.c index 5b54dbaac1..350229860a 100644 --- a/nuttx/lib/math/lib_exp.c +++ b/nuttx/lib/math/lib_exp.c @@ -32,6 +32,7 @@ #include #include +#include #include #include "lib_internal.h"