DRTVWR-418: libc++ has stat data in <sys/types.h>.
parent
e7324c8956
commit
548f59042f
|
|
@ -45,7 +45,7 @@ typedef FILE LLFILE;
|
|||
typedef struct _stat llstat;
|
||||
#else
|
||||
typedef struct stat llstat;
|
||||
#include <bits/postypes.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifndef S_ISREG
|
||||
|
|
|
|||
Loading…
Reference in New Issue