DRTVWR-418: libc++ has stat data in <sys/types.h>.

master
Nat Goodspeed 2016-11-22 08:40:41 -05:00
parent e7324c8956
commit 548f59042f
1 changed files with 1 additions and 1 deletions

View File

@ -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