]> www.ginac.de Git - cln.git/blobdiff - src/real/division/cl_R_ftrunc12.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / division / cl_R_ftrunc12.cc
index cb80654b17d66130437aabf2be3af5580040b8aa..2aa9c665283315097eae76d6d0882206a224e13b 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 
 #include "cl_R.h"
 
+namespace cln {
+
 const cl_F ftruncate (const cl_R& x, const cl_R& y)
 {
 // Methode:
@@ -25,3 +27,5 @@ const cl_F ftruncate (const cl_R& x, const cl_R& y)
                }
        return ftruncate(x/y);
 }
+
+}  // namespace cln