summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-at
blob: e12839e3ae8def6a2d665ec90b2a6fcceb037382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-at,v 1.1 2013/11/13 13:27:45 ryoon Exp $

--- mozilla/gfx/qcms/qcmstypes.h.orig	2012-08-25 00:31:09.000000000 +0000
+++ mozilla/gfx/qcms/qcmstypes.h
@@ -10,6 +10,8 @@
 #if defined (__SVR4) && defined (__sun)
 /* int_types.h gets included somehow, so avoid redefining the types differently */
 #include <sys/int_types.h>
+#elif defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__)
+#include <stdint.h>
 #elif defined (_AIX)
 #include <sys/types.h>
 #elif defined(__OpenBSD__)