From 98c4dc04a129fd0bff498bc6e14c1386b410ea5e Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 15 Aug 2006 23:54:09 +0000 Subject: [PATCH] interix doesn't have , openbsd no , the old chaos. so add only for the one platform which needs it today, APE. --- sh.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sh.h b/sh.h index b8e5fb6..39f1ed4 100644 --- a/sh.h +++ b/sh.h @@ -8,7 +8,7 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ -#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.33 2006/08/15 23:43:30 tg Exp $" +#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.34 2006/08/15 23:54:09 tg Exp $" #include @@ -27,7 +27,9 @@ #include #include #include +#if defined(__Plan9__) #include +#endif #include #include #if !defined(__sun__)