FreeBSD has large file support out of the box

SVN revision: 30259
This commit is contained in:
Eric Schuele 2007-06-05 21:52:15 +00:00
parent f685af6573
commit 91ced99888
2 changed files with 4 additions and 0 deletions

View File

@ -6,7 +6,9 @@
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __FreeBSD__
#include <features.h>
#endif
#include <ctype.h>
#include "ecore_file_private.h"
#include <errno.h>

View File

@ -2,7 +2,9 @@
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __FreeBSD__
#include <features.h>
#endif
#include "ecore_private.h"
#include "Ecore.h"
#include "Ecore_File.h"