diff options
Diffstat (limited to 'indra/llcommon')
| -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 9d70db96ea..7049ab1396 100644 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -38,6 +38,7 @@  typedef FILE LLFILE;  #include <fstream> +#include <bits/postypes.h>  #include <sys/stat.h>  #if LL_WINDOWS @@ -46,7 +47,6 @@ typedef struct _stat	llstat;  #else  typedef struct stat		llstat;  #include <ext/stdio_filebuf.h> -#include <bits/postypes.h>  #endif  #ifndef S_ISREG | 
