The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#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