summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-29 17:24:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 17:24:24 +0000
commit868439a2074634b8a6b275c09fc33f20e42dd622 (patch)
treeb1baa1bb0c2081541c5667665914d8eccaec78e9 /perl.h
parent7207e29d564e32c8ec2cb43eabae72ff68c02442 (diff)
downloadperl-868439a2074634b8a6b275c09fc33f20e42dd622.tar.gz
VOS tweaks from Paul Green.
The Configure tweaks: the _exe needs to be set after the init; VOS has fd 3 hardwired to /dev/tty; the grep/ln/make substitutions really need to stick. p4raw-id: //depot/perl@13932
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index dc7524ebc8..87f52785ca 100644
--- a/perl.h
+++ b/perl.h
@@ -1789,7 +1789,7 @@ typedef struct clone_params CLONE_PARAMS;
#endif
#if defined(__VOS__)
-# include "vosish.h"
+# include "vos/vosish.h"
# define ISHISH "vos"
#endif