diff --git a/libcxx/include/__config b/libcxx/include/__config index 082c73e672c74..359f4141146d6 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -484,6 +484,10 @@ _LIBCPP_HARDENING_MODE_DEBUG # include // for __NATIVE_ASCII_F # endif +# ifdef __FreeBSD__ +# include // for __FreeBSD_version +# endif + # ifndef __BYTE_ORDER__ # error \ "Your compiler doesn't seem to define __BYTE_ORDER__, which is required by libc++ to know the endianness of your target platform"