1 /* tag: Tom Lord Tue Dec  4 14:41:28 2001 (wait.h)
2  */
3 /* wait.h -
4  *
5  ****************************************************************
6  * Copyright (C) 2000 Tom Lord
7  *
8  * See the file "COPYING" for further information about
9  * the copyright and warranty status of this work.
10  */
11 
12 #ifndef INCLUDE__OS__SYS__WAIT_H
13 #define INCLUDE__OS__SYS__WAIT_H
14 
15 
16 #include "hackerlab/os/sys/types.h"
17 #include <sys/wait.h>
18 
19 
20 /* automatically generated __STDC__ prototypes */
21 #endif  /* INCLUDE__OS__SYS__WAIT_H */
22