Index: common/utils.h
===================================================================
--- common/utils.h	(revision 9902)
+++ common/utils.h	(revision 9903)
@@ -100,4 +100,10 @@
     return stat(filename.c_str(), buf);
 }
 
+namespace Xapian {
+    namespace Internal {
+	bool within_DBL_EPSILON(double a, double b);
+    }
+}
+
 #endif /* OM_HGUARD_UTILS_H */
Index: common/stringutils.h
===================================================================
--- common/stringutils.h	(revision 9902)
+++ common/stringutils.h	(revision 9903)
@@ -115,8 +115,6 @@
 	extern const unsigned char lo_tab[];
 	XAPIAN_VISIBILITY_DEFAULT
 	extern const unsigned char up_tab[];
-
-	bool within_DBL_EPSILON(double a, double b);
     }
 }
 

