blob: 9e4a71875e3e345d1adfd585401b153d83c0d1b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2001/05/04 17:14:08 jtb Exp $
--- src/headers/paristio.h.orig Fri Nov 3 21:00:25 2000
+++ src/headers/paristio.h
@@ -15,6 +15,8 @@
/* This file contains memory and I/O management definitions */
+#include <fcntl.h>
+
typedef unsigned char *byteptr;
typedef struct stackzone
|