$NetBSD: patch-at,v 1.14 2013/01/07 21:55:30 ryoon Exp $ --- mozilla/gfx/qcms/qcmstypes.h.orig 2012-11-18 10:19:36.000000000 +0000 +++ mozilla/gfx/qcms/qcmstypes.h @@ -11,6 +11,8 @@ #if defined (__SVR4) && defined (__sun) /* int_types.h gets included somehow, so avoid redefining the types differently */ #include +#elif defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) +#include #elif defined (_AIX) #include #elif defined(__OpenBSD__)