Fix for windows compile issue

master
Don Kjer 2012-09-20 06:32:43 +00:00
parent ed08113ce0
commit 0fc7c2aac1
1 changed files with 1 additions and 1 deletions

View File

@ -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