$NetBSD: patch-at,v 1.9 2012/04/28 16:56:58 ryoon Exp $

--- mozilla/gfx/qcms/qcmstypes.h.orig	2012-04-20 22:40:02.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__)
