summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-08 16:11:55 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-08 16:11:55 +0000
commit2d0270d7ccf6ad5f00541f3d4c193938b0e5d8a6 (patch)
tree45e6da235deccff5c7deb6f3db52f7fbf4a58b84 /perl.h
parent0ecae303c244e44a71f829c85cf6f704657f030e (diff)
parent5b71a6a7d9a57910f8176799ca3a0c2e2cc65133 (diff)
downloadperl-2d0270d7ccf6ad5f00541f3d4c193938b0e5d8a6.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@14136
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index fe4423a891..3dcb14624a 100644
--- a/perl.h
+++ b/perl.h
@@ -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