This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typos (spelling errors) in cpan/Archive*.
[perl5.git] / haiku / haikuish.h
CommitLineData
df00ff3b
IW
1#ifndef PERL_HAIKU_HAIKUISH_H
2#define PERL_HAIKU_HAIKUISH_H
3
4#include "../unixish.h"
5
6/* We need <sys/wait.h> or else the W* macros aren't defined in perl.h. */
7
8#include <sys/wait.h>
9
10#endif
11