blob: 8bd2484740267c39d82f955439195c638c274879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aw,v 1.1.1.1 2005/10/17 16:16:48 is Exp $
--- rts/mpdx.c.orig 2005-03-01 16:26:10.000000000 +0000
+++ rts/mpdx.c
@@ -19,6 +19,7 @@
#include "rts.h"
#include <fcntl.h>
#include <signal.h>
+#include <unistd.h>
#include <sys/param.h>
#ifdef __PARAGON__
|