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
464 B
17 lines
464 B
Index: src/stdint_.h |
|
--- src/stdint_.h.orig 2004-06-17 23:42:53 +0200 |
|
+++ src/stdint_.h 2005-04-23 20:30:33 +0200 |
|
@@ -72,6 +72,13 @@ |
|
typedef u_int64_t 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
|
|
|