fix compilation on Windows
authorVincent Torri <vincent.torri@gmail.com>
Sun, 10 Jul 2011 08:55:46 +0000 (08:55 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sun, 10 Jul 2011 08:55:46 +0000 (08:55 +0000)
SVN revision: 61192

legacy/elementary/src/lib/elc_fileselector.c

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