summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
blob: 33ba8ef6d22f962c6b56861016fb097b08e3d168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mozilla-2.0.orig/gfx/qcms/qcmstypes.h
+++ mozilla-2.0/gfx/qcms/qcmstypes.h
@@ -7,9 +7,8 @@
 
 /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
 
-#if defined (__SVR4) && defined (__sun)
-/* int_types.h gets included somehow, so avoid redefining the types differently */
-#include <sys/int_types.h>
+#if 1
+#include <stdint.h>
 #elif defined (_AIX)
 #include <sys/types.h>
 #elif !defined(ANDROID)