Skip to content

Commit

Permalink
Merge pull request #358 from arvedarved/fix-freebsd
Browse files Browse the repository at this point in the history
Fix compile on FreeBSD
  • Loading branch information
vitaut authored Jul 15, 2016
2 parents 0d5ef5c + d7c4e1c commit 88b84d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <cstddef>

#ifdef __APPLE__
#if defined __APPLE__ || defined(__FreeBSD__)
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
#endif

Expand Down

0 comments on commit 88b84d6

Please sign in to comment.