The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef PERL_HAIKU_HAIKUISH_H
#define PERL_HAIKU_HAIKUISH_H

#include "../unixish.h"

/* We need <sys/wait.h> or else the W* macros aren't defined in perl.h. */

#include <sys/wait.h>

#endif