From 5a88f37fe1aee44abb3998c3ed533ca7aa67ec35 Mon Sep 17 00:00:00 2001 From: Eric Schuele Date: Tue, 5 Jun 2007 22:12:10 +0000 Subject: [PATCH] oops. SVN revision: 30260 --- legacy/ecore/src/lib/ecore_file/ecore_file.c | 2 +- legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index c148581751..a4a04fa77d 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c @@ -6,7 +6,7 @@ #define _FILE_OFFSET_BITS 64 #endif -#ifndef __FreeBSD__ +#ifdef __linux__ #include #endif #include 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 @@ #define _FILE_OFFSET_BITS 64 #endif -#ifndef __FreeBSD__ +#ifdef __linux__ #include #endif #include "ecore_private.h"