aboutsummaryrefslogblamecommitdiff
path: root/devel/clanlib/files/patch-Sources::API::Core::System::clanstring.h
blob: 51ae1124dbc456e6c13d3b543b22e98e4741b902 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
--- Sources/API/Core/System/clanstring.h.orig	Thu Jan 22 13:11:58 2004
+++ Sources/API/Core/System/clanstring.h	Thu Jan 22 13:12:12 2004
@@ -39,7 +39,7 @@
 #include <extras.h>
 #endif
 
-#ifdef __MACOS__
+#if defined(__MACOS__) || defined(__FreeBSD__)
 #include <cctype>
 #define NEED_FCVT
 #endif