summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/__locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__locale b/include/__locale
index 3f669d610..4099aa7e0 100644
--- a/include/__locale
+++ b/include/__locale
@@ -308,7 +308,7 @@ public:
typedef __uint32_t mask;
#endif
-#if __APPLE__
+#if __APPLE__ || __FreeBSD__
static const mask space = _CTYPE_S;
static const mask print = _CTYPE_R;
static const mask cntrl = _CTYPE_C;