diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 15:09:44 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 11:04:08 +0800 |
commit | 4f817c0543ed20e4655198e0a05a8019fa795ee7 (patch) | |
tree | bbf5b54e1e3f623082878f2ca7a97f5a31b21454 /indra | |
parent | 85e61212ef42e649eaea444bd9cbcad4fc26d31a (diff) |
Linux filesystem dir can still be used for FreeBSD
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llfilesystem/lldir_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir_linux.h b/indra/llfilesystem/lldir_linux.h index e83a020ba4..8c4d42f025 100644 --- a/indra/llfilesystem/lldir_linux.h +++ b/indra/llfilesystem/lldir_linux.h @@ -24,7 +24,7 @@ * $/LicenseInfo$ */ -#if !LL_LINUX +#if !LL_LINUX && !LL_FREEBSD #error This header must not be included when compiling for any target other than Linux. Consider including lldir.h instead. #endif // !LL_LINUX |