SVN revision: 30260
This commit is contained in:
Eric Schuele 2007-06-05 22:12:10 +00:00
parent 91ced99888
commit 5a88f37fe1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __FreeBSD__
#ifdef __linux__
#include <features.h>
#endif
#include <ctype.h>

View File

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