Skip to content
Snippets Groups Projects
Commit 548f5904 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent e7324c89
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ typedef FILE LLFILE; ...@@ -45,7 +45,7 @@ typedef FILE LLFILE;
typedef struct _stat llstat; typedef struct _stat llstat;
#else #else
typedef struct stat llstat; typedef struct stat llstat;
#include <bits/postypes.h> #include <sys/types.h>
#endif #endif
#ifndef S_ISREG #ifndef S_ISREG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment