summaryrefslogtreecommitdiff
path: root/japanese/mh/patches/patch-aa
blob: e1b0be987dfd14cf6616e37e65bb70f66631db4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.4 1999/11/01 10:23:45 sakamoto Exp $

--- ./sbr/m_getdefs.c.orig	Wed Dec  2 02:05:00 1998
+++ ./sbr/m_getdefs.c	Mon Nov  1 19:13:29 1999
@@ -7,4 +7,7 @@
 #include <stdio.h>
 #include <errno.h>
+#ifdef	UNISTD
+#include <unistd.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>