aboutsummaryrefslogtreecommitdiff
path: root/mysql/ma_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/ma_config.h')
-rw-r--r--mysql/ma_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/ma_config.h b/mysql/ma_config.h
index 3f68f22..62c037b 100644
--- a/mysql/ma_config.h
+++ b/mysql/ma_config.h
@@ -34,7 +34,7 @@
/*
* Endianess.
*/
-#ifdef FreeBSD_
+#ifdef __FreeBSD__
# include <sys/endian.h> /* BYTE_ORDER */
#else
# if defined(_WIN32)