diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-08 16:11:55 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-08 16:11:55 +0000 |
commit | 2d0270d7ccf6ad5f00541f3d4c193938b0e5d8a6 (patch) | |
tree | 45e6da235deccff5c7deb6f3db52f7fbf4a58b84 /perl.h | |
parent | 0ecae303c244e44a71f829c85cf6f704657f030e (diff) | |
parent | 5b71a6a7d9a57910f8176799ca3a0c2e2cc65133 (diff) | |
download | perl-2d0270d7ccf6ad5f00541f3d4c193938b0e5d8a6.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@14136
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 |