aboutsummaryrefslogtreecommitdiffstats
path: root/include/Config/sys/wait.h
blob: 5d69fa1ca4a912675b9b5fbe756c130fe85d0763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Header file: wait.h
 *
 * Description:
 *	This header file includes the headers needed for the wait() system
 *	call.
 */

#ifndef _CONFIG_SYS_WAIT_H
#define _CONFIG_SYS_WAIT_H

#include "Config/config.h"

#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif

#endif