diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-20 06:32:43 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-20 06:32:43 +0000 |
commit | 0fc7c2aac14eaf1f2dbe9e64c02e1b68ae3e70ec (patch) | |
tree | 63f614ffc66269051c657d4ad1aa3006bb7198d4 /indra/llcommon | |
parent | ed08113ce0e21471498c410a5e66c9e4c2b7a394 (diff) |
Fix for windows compile issue
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 7049ab1396..9d70db96ea 100644 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -38,7 +38,6 @@ typedef FILE LLFILE; #include <fstream> -#include <bits/postypes.h> #include <sys/stat.h> #if LL_WINDOWS @@ -47,6 +46,7 @@ typedef struct _stat llstat; #else typedef struct stat llstat; #include <ext/stdio_filebuf.h> +#include <bits/postypes.h> #endif #ifndef S_ISREG |