summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llfilesystem/lldir_linux.h')
-rw-r--r--indra/llfilesystem/lldir_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir_linux.h b/indra/llfilesystem/lldir_linux.h
index c8fc12c9a0..f9b0427ccd 100644
--- a/indra/llfilesystem/lldir_linux.h
+++ b/indra/llfilesystem/lldir_linux.h
@@ -24,7 +24,7 @@
* $/LicenseInfo$
*/
-#if !LL_LINUX && !LL_FREEBSD
+#if !LL_LINUX && !__FreeBSD__
#error This header must not be included when compiling for any target other than Linux. Consider including lldir.h instead.
#endif // !LL_LINUX