Attempt to fix build error `unknown type name 'uint64_t'` observed on macOS 10.8 and earlier. Upstream-Status: Pending --- server/storage/perfschema/my_thread.h.orig +++ server/storage/perfschema/my_thread.h @@ -14,6 +14,8 @@ #include #endif +#include + #if defined(HAVE_INTEGER_PTHREAD_SELF) #include #endif