From: Vincent Torri Date: Sun, 10 Jul 2011 08:55:46 +0000 (+0000) Subject: fix compilation on Windows X-Git-Tag: upstream/1.20.0~7116^2~14^2~9464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e1a80fd31eca73546330dbe2be3467d69215d6c;p=platform%2Fupstream%2Fefl.git fix compilation on Windows SVN revision: 61192 --- diff --git a/legacy/elementary/src/lib/elc_fileselector.c b/legacy/elementary/src/lib/elc_fileselector.c index d520a2e..eef0ffa 100644 --- a/legacy/elementary/src/lib/elc_fileselector.c +++ b/legacy/elementary/src/lib/elc_fileselector.c @@ -24,13 +24,17 @@ * "done" - the user clicks on the ok or cancel button */ -#include -#include "elm_priv.h" +#ifdef HAVE_CONFIG +# include +#endif #ifdef HAVE_EIO # include #endif +#include +#include "elm_priv.h" + typedef struct _Widget_Data Widget_Data; struct _Widget_Data