John Criswell | 7a73b80 | 2003-06-30 21:59:07 +0000 | [diff] [blame^] | 1 | /* |
2 | * Header file: wait.h | ||||
3 | * | ||||
4 | * Description: | ||||
5 | * This header file includes the headers needed for the wait() system | ||||
6 | * call. | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef _CONFIG_SYS_WAIT_H | ||||
10 | #define _CONFIG_SYS_WAIT_H | ||||
11 | |||||
12 | #include "Config/config.h" | ||||
13 | |||||
14 | #ifdef HAVE_SYS_WAIT_H | ||||
15 | #include <sys/wait.h> | ||||
16 | #endif | ||||
17 | |||||
18 | #endif | ||||
19 |