diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-13 22:48:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-13 22:48:40 +0000 |
commit | d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6 (patch) | |
tree | 02fd6a0afe5f8a45764e5d35e16752db82d3a937 /iperlsys.h | |
parent | cc4466b7484b22db3b089a085bc005d7a5460bed (diff) | |
download | perl-d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6.tar.gz |
Jumbo Configure and large file support update.
Remove a lot of unneeded 64-bitness cruft;
re-introduce BYTEORDER; update 64-bitness hints;
lfs should now work in Solaris; long doubles in AIX.
p4raw-id: //depot/cfgperl@3982
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h index f6e19acb84..3ecea4289d 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -283,6 +283,7 @@ struct IPerlStdIOInfo #else /* PERL_IMPLICIT_SYS */ #include "perlsdio.h" +#include "perl.h" #endif /* PERL_IMPLICIT_SYS */ |