From 06a9d660b9152610e0bdff0303d25cf9f03bcf88 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 10 Jul 2011 15:08:12 +0000 Subject: [PATCH] Make it compile under linux again. If it's still broken under Windows, caro can fix it after the spanking. SVN revision: 61214 --- src/lib/elc_fileselector.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c index eef0ffa..32ceb58 100644 --- a/src/lib/elc_fileselector.c +++ b/src/lib/elc_fileselector.c @@ -28,13 +28,13 @@ # 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