--- storage/innobase/include/srv0mon.h.orig 2019-10-21 05:21:41 UTC +++ storage/innobase/include/srv0mon.h @@ -41,6 +41,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 +#endif #include