comparison perl-5.22.2/haiku/haikuish.h @ 8045:a16537d2fe07

<xfix> tar xf perl-5.22.2.tar.gz # Ah, whatever, I\'m doing it anyway
author HackBot
date Sat, 14 May 2016 14:54:38 +0000
parents
children
comparison
equal deleted inserted replaced
8044:711c038a7dce 8045:a16537d2fe07
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