Changes For Bug 352
[oota-llvm.git] / include / llvm / Config / sys / wait.h
1 /*===-- Config/sys/wait.h ---------------------------------------*- C++ -*-===//
2  * 
3  *                     The LLVM Compiler Infrastructure
4  *
5  * This file was developed by the LLVM research group and is distributed under
6  * the University of Illinois Open Source License. See LICENSE.TXT for details.
7  * 
8  *===----------------------------------------------------------------------===//
9  *      This header file includes the headers needed for the wait() system
10  *      call.
11  *===----------------------------------------------------------------------===//
12  */
13
14 #ifndef _CONFIG_SYS_WAIT_H
15 #define _CONFIG_SYS_WAIT_H
16
17 #include "llvm/Config/config.h"
18
19 #ifdef HAVE_SYS_WAIT_H
20 #include <sys/wait.h>
21 #endif
22
23 #endif
24