diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-20 17:13:16 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-20 17:13:16 +0000 |
commit | e9e459c89cdfc57f32ffc7c421e01f43348f3b6c (patch) | |
tree | 9ebf93afe52a8c238c14c19228ee7334e51f0ae5 /indra/llcommon | |
parent | 0fc7c2aac14eaf1f2dbe9e64c02e1b68ae3e70ec (diff) |
Restoring llrenderheadless changes so we can fix them
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 |