| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | #include <stdio.h> | |
| 10 | #include <signal.h> | |
| 11 | #include <sys/types.h> | |
| 12 | < | #include <sys/wait.h> |
| 12 | > | #ifndef NON_POSIX /* XXX need abstraction for process management */ |
| 13 | > | #include <sys/wait.h> |
| 14 | > | #endif |
| 15 | ||
| 16 | #include "platform.h" | |
| 17 | #include "standard.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |