blob: 4fc112a072713055f1c335472c1cd64a239548e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- mozilla-1.9.2.orig/gfx/qcms/qcmstypes.h
+++ mozilla-1.9.2/gfx/qcms/qcmstypes.h
@@ -7,9 +7,9 @@
/* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
-#if defined (__SVR4) && defined (__sun)
+#if 1
/* int_types.h gets included somehow, so avoid redefining the types differently */
-#include <sys/int_types.h>
+#include <stdint.h>
#else
typedef PRInt8 int8_t;
typedef PRUint8 uint8_t;
|