From 4fcbbc70437ab0b4ed204e702c7f8f6b7706aca3 Mon Sep 17 00:00:00 2001 From: wsanchez Date: Tue, 13 Oct 1998 17:04:15 +0000 Subject: [PATCH] Apple like limits.h, too. --- bin/ed/ed.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ed/ed.h b/bin/ed/ed.h index 03566de3f3ca..df72a17c27cf 100644 --- a/bin/ed/ed.h +++ b/bin/ed/ed.h @@ -1,4 +1,4 @@ -/* $NetBSD: ed.h,v 1.24 1997/07/20 06:35:37 thorpej Exp $ */ +/* $NetBSD: ed.h,v 1.25 1998/10/13 17:04:15 wsanchez Exp $ */ /* ed.h: type and constant definitions for the ed editor. */ /* @@ -34,7 +34,7 @@ # include /* for MAXPATHLEN */ #endif #include -#if defined(sun) || defined(__NetBSD__) +#if defined(sun) || defined(__NetBSD__) || defined(__APPLE__) # include #endif #include