diff options
author | Eric Schuele <ravenlock@ravenlock.us> | 2007-06-05 22:12:10 +0000 |
---|---|---|
committer | Eric Schuele <ravenlock@ravenlock.us> | 2007-06-05 22:12:10 +0000 |
commit | 5a88f37fe1aee44abb3998c3ed533ca7aa67ec35 (patch) | |
tree | 2a952f2a44a27834084248843edcf8fdeb3d1ce1 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | 91ced9988875d2a624dedd7ddf7a3a6aae723131 (diff) |
oops.
SVN revision: 30260
Diffstat (limited to 'legacy/ecore/src/lib/ecore_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index 531c59330e..56060d8a23 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _FILE_OFFSET_BITS 64 | 2 | #define _FILE_OFFSET_BITS 64 |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #ifndef __FreeBSD__ | 5 | #ifdef __linux__ |
6 | #include <features.h> | 6 | #include <features.h> |
7 | #endif | 7 | #endif |
8 | #include "ecore_private.h" | 8 | #include "ecore_private.h" |