summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-11-22 08:40:41 -0500
committerNat Goodspeed <nat@lindenlab.com>2016-11-22 08:40:41 -0500
commit548f59042f116c04dd3d34d66b0328801eb2286f (patch)
tree8df0e4e6967f0762c51fe742fd949e70d6cdc764 /indra/llcommon
parente7324c8956e0785645f42f739c221ed7167ad6f0 (diff)
DRTVWR-418: libc++ has stat data in <sys/types.h>.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llfile.h2
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