From a749d2fa0a9b0d1eba4d8fb7c6b694f63a3455cd Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Wed, 4 Mar 2009 01:30:41 +0000 Subject: [PATCH] Added cosine.h for surveyor git-svn-id: http://picoc.googlecode.com/svn/trunk@149 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform.h b/platform.h index 3288eab..8732533 100644 --- a/platform.h +++ b/platform.h @@ -48,6 +48,7 @@ # include "../srv.h" # include "../setjmp.h" # include "../stdarg.h" +# include "../cosine.h" # define assert(x) # endif # endif