You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
481 B

Index: base/stdint_.h
--- base/stdint_.h.orig 2014-01-19 18:50:30.490909000 +0100
+++ base/stdint_.h 2014-01-19 18:52:25.610827563 +0100
@@ -70,6 +70,13 @@
typedef unsigned long long uint64_t;
# define STDINT_TYPES_DEFINED
# endif
+#ifdef __sun__
+# include <sys/int_types.h>
+# define STDINT_TYPES_DEFINED
+#endif
+#ifdef __FreeBSD__
+# define STDINT_TYPES_DEFINED
+#endif
/* other archs may want to add defines here,
or use the fallbacks in std.h */
#endif