diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-01-07 11:59:38 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-07 21:46:11 +0000 |
commit | 196918b01b6d6cccc18ae2da6d13eebfe1effc0c (patch) | |
tree | 76fdb3e6bf48586947e4dd67f2cb9c2716e2cac7 /perl.h | |
parent | ee45e09c1a4b5fcad89edc643e8528dd68030a37 (diff) | |
download | perl-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 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1789,7 +1789,11 @@ typedef struct clone_params CLONE_PARAMS; #endif #if defined(__VOS__) -# include "./vos/vosish.h" +# ifdef __GNUC__ +# include "./vos/vosish.h" +# else +# include "vos/vosish.h" +# endif # define ISHISH "vos" #endif |