From 43f0c7bebc6923129c320507040982f95927f604 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5271 42af7a65-404d-4744-a932-0658087f49c3 --- lib/math/lib_exp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/math/lib_exp.c b/lib/math/lib_exp.c index 5b54dbaac1..350229860a 100644 --- a/lib/math/lib_exp.c +++ b/lib/math/lib_exp.c @@ -32,6 +32,7 @@ #include #include +#include #include #include "lib_internal.h"