$OpenBSD: patch-base_third_party_symbolize_utilities_h,v 1.2 2011/02/08 09:43:02 espie Exp $
--- base/third_party/symbolize/utilities.h.orig	Fri Jan 21 10:20:15 2011
+++ base/third_party/symbolize/utilities.h	Mon Jan 24 10:37:32 2011
@@ -6,6 +6,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-typedef uint64_t uint64;
+#if __LP64__
+typedef unsigned long uint64;
+#else
+typedef unsigned long long uint64;
+#endif
 #define HAVE_SYMBOLIZE 1
 #define ATTRIBUTE_NOINLINE __attribute__ ((noinline))
