| # | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 13 | #include <signal.h> | |
| 14 | #include <sys/stat.h> | |
| 15 | #include <sys/types.h> | |
| 16 | < | #include <sys/wait.h> |
| 16 | > | #ifndef NON_POSIX /* XXX need abstraction for process management */ |
| 17 | > | #include <sys/wait.h> |
| 18 | > | #endif |
| 19 | ||
| 20 | #include "platform.h" | |
| 21 | #include "rtprocess.h" /* getpid() */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |