fix win32 compilation
authorVincent Torri <vincent.torri@gmail.com>
Sun, 10 Jul 2011 21:35:33 +0000 (21:35 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sun, 10 Jul 2011 21:35:33 +0000 (21:35 +0000)
SVN revision: 61215

src/lib/elc_fileselector.c

index 32ceb58..d299296 100644 (file)
  * "done" - the user clicks on the ok or cancel button
  */
 
-#ifdef HAVE_CONFIG
+#ifdef HAVE_CONFIG_H
 # include <elementary_config.h>
 #endif
 
-#include <Elementary.h>
-#include "elm_priv.h"
-
 #ifdef HAVE_EIO
 # include <Eio.h>
 #endif
 
+#include <Elementary.h>
+#include "elm_priv.h"
+
 typedef struct _Widget_Data Widget_Data;
 
 struct _Widget_Data