blob: 55869b494163a228528174ae5b13eadb053e86dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|