From c17a042ca4eb3dab109d43145f018bb1e532bddd Mon Sep 17 00:00:00 2001
From: jofret
Date: Fri, 20 Apr 2007 12:33:49 +0000
Subject: Forgotten some dummy include to compile without any Warning.

---
 src/elementaryFunctions/acos/dacoss.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/elementaryFunctions/acos/dacoss.c')

diff --git a/src/elementaryFunctions/acos/dacoss.c b/src/elementaryFunctions/acos/dacoss.c
index 799ee316..2dd26c7c 100644
--- a/src/elementaryFunctions/acos/dacoss.c
+++ b/src/elementaryFunctions/acos/dacoss.c
@@ -5,13 +5,14 @@
 ** Made by  Bruno JOFRET <bruno.jofret@inria.fr>
 **
 ** Started on  Fri Jan  5 10:26:21 2007 jofret
-** Last update Fri Jan  5 10:26:28 2007 jofret
+** Last update Fri Apr 20 14:44:17 2007 jofret
 **
 ** Copyright INRIA 2007
 */
 
 
 #include <math.h>
+#include "acos.h"
 
 double	       dacoss(double x) {
   return (acos(x));
-- 
cgit