From: cedric Date: Sun, 20 Nov 2011 16:52:21 +0000 (+0000) Subject: ecore: oops forgotten to test all possible option. X-Git-Tag: accepted/2.0/20130306.224007~113^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2381238cf2d97b8b0810f89f499e9ade53983a7;p=profile%2Fivi%2Fecore.git ecore: oops forgotten to test all possible option. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65455 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 85b7e7c..8e58787 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c @@ -16,6 +16,10 @@ #include #include +#ifdef HAVE_ATFILE_SOURCE +# include +#endif + #include "ecore_file_private.h" int _ecore_file_log_dom = -1;