summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-01-07 11:59:38 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-07 21:46:11 +0000
commit196918b01b6d6cccc18ae2da6d13eebfe1effc0c (patch)
tree76fdb3e6bf48586947e4dd67f2cb9c2716e2cac7 /vos
parentee45e09c1a4b5fcad89edc643e8528dd68030a37 (diff)
downloadperl-196918b01b6d6cccc18ae2da6d13eebfe1effc0c.tar.gz
Last patch needed to get Perl5.7 to build natively on VOS
Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> p4raw-id: //depot/perl@14124
Diffstat (limited to 'vos')
-rw-r--r--vos/vosish.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vos/vosish.h b/vos/vosish.h
index 838bcdf7df..cc5e4642e3 100644
--- a/vos/vosish.h
+++ b/vos/vosish.h
@@ -1,4 +1,8 @@
+#ifdef __GNUC__
#include "../unixish.h"
+#else
+#include "unixish.h"
+#endif
/* The following declaration is an avoidance for posix-950. */
extern int ioctl (int fd, int request, ...);