12 lines
231 B
Text
12 lines
231 B
Text
$NetBSD: patch-av,v 1.1 2005/03/02 13:29:03 is Exp $
|
|
|
|
--- 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_srx ();
|
|
|