fix win32 compilation
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 10 Jul 2011 21:35:33 +0000 (21:35 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 10 Jul 2011 21:35:33 +0000 (21:35 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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