$NetBSD: patch-Modules_Debuggers_ProjectCenter_PTYView.m,v 1.2 2012/10/22 03:03:23 rh Exp $ Include util.h when compiling for NetBSD and OpenBSD. --- Modules/Debuggers/ProjectCenter/PTYView.m.orig 2012-04-20 08:35:30.000000000 +0000 +++ Modules/Debuggers/ProjectCenter/PTYView.m @@ -46,6 +46,10 @@ #include #endif +#if defined (__NetBSD__) || defined (__OpenBSD__) +# include +#endif + #ifndef NOTIFICATION_CENTER #define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter] #endif