08ec22df2871fd339815cb7463112ca1043bdfb4
[oota-llvm.git] / include / Config / sys / types.h
1 /*
2  * Header file: types.h
3  *
4  * Description:
5  *      This header file is the autoconf substitute for sys/types.h.  It
6  *      includes it for us if it exists on this system.
7  */
8
9 #ifndef _CONFIG_SYS_TYPES_H
10 #define _CONFIG_SYS_TYPES_H
11
12 #include "Config/config.h"
13
14 #ifdef HAVE_SYS_TYPES_H
15 #include <sys/types.h>
16 #endif
17
18 #endif
19