From d7c4e1cb1ffe373a8455e260d8af60fb6a02c3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilman=20Keskin=C3=B6z?= Date: Fri, 15 Jul 2016 14:28:18 +0200 Subject: [PATCH] Fix compile on freebsd --- fmt/posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/posix.h b/fmt/posix.h index b853d987..229a98b7 100644 --- a/fmt/posix.h +++ b/fmt/posix.h @@ -23,7 +23,7 @@ #include -#ifdef __APPLE__ +#if defined __APPLE__ || defined(__FreeBSD__) # include // for LC_NUMERIC_MASK on OS X #endif