fix win32 compilation

SVN revision: 61215
This commit is contained in:
Vincent Torri 2011-07-10 21:35:33 +00:00
parent b2171db9e9
commit 3fcd1757ea
1 changed files with 4 additions and 4 deletions

View File

@ -24,17 +24,17 @@
* "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