mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
$NetBSD: patch-ac,v 1.4 2005/11/03 21:34:23 rillig Exp $
|
|
|
|
--- src/Unix/vm_alloc.cpp.orig 2005-01-30 21:42:14.000000000 +0000
|
|
+++ src/Unix/vm_alloc.cpp
|
|
@@ -39,6 +39,7 @@
|
|
#include "vm_alloc.h"
|
|
|
|
#ifdef HAVE_MACH_VM
|
|
+#include <mach/mach.h>
|
|
#ifndef HAVE_MACH_TASK_SELF
|
|
#ifdef HAVE_TASK_SELF
|
|
#define mach_task_self task_self
|