diff options
Diffstat (limited to 'openbsd-compat/bsd-waitpid.c')
-rw-r--r-- | openbsd-compat/bsd-waitpid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c index 0bf4c7cd8..1a96bbf7f 100644 --- a/openbsd-compat/bsd-waitpid.c +++ b/openbsd-compat/bsd-waitpid.c | |||
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | #include "includes.h" | 23 | #include "includes.h" |
24 | 24 | ||
25 | RCSID("$Id: bsd-waitpid.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
26 | |||
25 | #ifndef HAVE_WAITPID | 27 | #ifndef HAVE_WAITPID |
26 | #include <errno.h> | 28 | #include <errno.h> |
27 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |