diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-11-22 08:40:41 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-11-22 08:40:41 -0500 |
commit | 548f59042f116c04dd3d34d66b0328801eb2286f (patch) | |
tree | 8df0e4e6967f0762c51fe742fd949e70d6cdc764 | |
parent | e7324c8956e0785645f42f739c221ed7167ad6f0 (diff) |
DRTVWR-418: libc++ has stat data in <sys/types.h>.
-rw-r--r-- | indra/llcommon/llfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index 3e25228aeb..315e18e4f2 100644 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -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 |