blob: 25f0a40c88bcee596b4d1a6ad2df8dd699550802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aw,v 1.1 2001/02/03 01:53:03 dmcmahill Exp $
add prototypes for 64-bit machines
--- address.y.orig Sun Jun 30 21:25:54 1991
+++ address.y Fri Feb 2 18:03:04 2001
@@ -2,4 +2,5 @@
#include <stdio.h>
#include <signal.h>
+#include <string.h>
#include "addr.h"
#include "faces.h"
|