aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h')
-rw-r--r--databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h b/databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h
new file mode 100644
index 000000000000..8abbfcb04a31
--- /dev/null
+++ b/databases/mysqlwsrep57-server/files/patch-storage_innobase_include_srv0mon.h
@@ -0,0 +1,13 @@
+--- storage/innobase/include/srv0mon.h.orig 2016-03-28 18:06:12 UTC
++++ storage/innobase/include/srv0mon.h
+@@ -34,6 +34,10 @@ Created 12/15/2009 Jimmy Yang
+ /* Required for FreeBSD so that INT64_MAX is defined. */
+ #define __STDC_LIMIT_MACROS
+ #endif /* __STDC_LIMIT_MACROS */
++#ifdef __DragonFly__
++/* The hack above doen't work for dragonfly, stdint.h already imported */
++#include <machine/int_limits.h>
++#endif
+
+ #include <stdint.h>
+