From 665736c6294847f0053ea0d177c93f74566ab12c Mon Sep 17 00:00:00 2001 From: caro Date: Sun, 10 Jul 2011 21:35:33 +0000 Subject: [PATCH] fix win32 compilation git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elc_fileselector.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c index 32ceb58..d299296 100644 --- a/src/lib/elc_fileselector.c +++ b/src/lib/elc_fileselector.c @@ -24,17 +24,17 @@ * "done" - the user clicks on the ok or cancel button */ -#ifdef HAVE_CONFIG +#ifdef HAVE_CONFIG_H # include #endif -#include -#include "elm_priv.h" - #ifdef HAVE_EIO # include #endif +#include +#include "elm_priv.h" + typedef struct _Widget_Data Widget_Data; struct _Widget_Data -- 2.7.4