7bf33d3f24b2d631a62ac785ad53fee551429411
[oota-llvm.git] / include / Config / sys / stat.h
1 /*
2  * Header file: stat.h
3  *
4  * Description:
5  *      This header file includes the headers needed for the stat() system
6  *      call.
7  */
8
9 #ifndef _CONFIG_SYS_STAT_H
10 #define _CONFIG_SYS_STAT_H
11
12 #include "Config/config.h"
13
14 #ifdef HAVE_SYS_STAT_H
15 #include <sys/stat.h>
16 #endif
17
18 #endif
19