blob: 75ad13704fd28b559bab8f1e05f71d971a961032 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-av,v 1.2 2015/12/29 23:34:52 dholland Exp $
Use standard headers.
--- rts/net.c.orig 2005-03-01 16:25:59.000000000 +0000
+++ rts/net.c
@@ -2,6 +2,7 @@
#include "rts.h"
#include <fcntl.h>
+#include <unistd.h>
static void start_mpdx ();
|