<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 &lt;pthread_np.h&gt;
 #endif
 
+#include &lt;stdint.h&gt;
+
 #if defined(HAVE_INTEGER_PTHREAD_SELF)
 #include &lt;cstdint&gt;
 #endif
</pre></body></html>