summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-aa
blob: 67ea5ac9553393570108ba7cf65a8b2154894f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-aa,v 1.1.1.1 2001/11/15 02:58:50 dmcmahill Exp $

--- src/md.h.orig	Sat Jun 30 03:20:53 2001
+++ src/md.h	Thu Jul  5 06:40:14 2001
@@ -46,5 +46,5 @@
 };
 /*--------------------------------------------------------------------------*/
-#if defined(__unix__)
+#if defined(__unix__) || defined(UNIX)
 /* usual but non-standard collection of includes */
 #include <unistd.h>	  /* chdir, access, getcwd */