diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 05:36:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 05:36:31 +0000 |
commit | d1c9dd79741af11ae3e822bbf399085c4f310ec2 (patch) | |
tree | 07ca42d718db832fbc51ce1554f3bd64e339fa43 /beos | |
parent | 02d525983f394a32e0284045db086dc72211d8ed (diff) | |
download | perl-d1c9dd79741af11ae3e822bbf399085c4f310ec2.tar.gz |
Now that the beos.c is compiled at the main level
the header is in the beos/
p4raw-id: //depot/perl@13650
Diffstat (limited to 'beos')
-rw-r--r-- | beos/beos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos.c b/beos/beos.c index ca562039ca..d5f7fbab48 100644 --- a/beos/beos.c +++ b/beos/beos.c @@ -1,4 +1,4 @@ -#include "beosish.h" +#include "beos/beosish.h" #undef waitpid |