mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
18 lines
517 B
Objective-C
18 lines
517 B
Objective-C
$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 <stropts.h>
|
|
#endif
|
|
|
|
+#if defined (__NetBSD__) || defined (__OpenBSD__)
|
|
+# include <util.h>
|
|
+#endif
|
|
+
|
|
#ifndef NOTIFICATION_CENTER
|
|
#define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]
|
|
#endif
|