$NetBSD: patch-at,v 1.3 2011/04/26 14:16:36 tnn Exp $

Avoid silly redefinitions of standard types on NetBSD.

--- gfx/qcms/qcmstypes.h.orig	2010-11-04 19:20:39.000000000 +0000
+++ 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__)
+#include <stdint.h>
 #elif defined (_AIX)
 #include <sys/types.h>
 #elif !defined(ANDROID)
