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