diff options
Diffstat (limited to 'beos/beosish.h')
-rw-r--r-- | beos/beosish.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/beos/beosish.h b/beos/beosish.h index 4c999daa0d..66de1104b2 100644 --- a/beos/beosish.h +++ b/beos/beosish.h @@ -1,11 +1,13 @@ #ifndef PERL_BEOS_BEOSISH_H #define PERL_BEOS_BEOSISH_H -#include "unixish.h" +#include "../unixish.h" #undef waitpid #define waitpid beos_waitpid +pid_t beos_waitpid(pid_t process_id, int *status_location, int options); + /* This seems to be protoless. */ char *gcvt(double value, int num_digits, char *buffer); |