fix compilation on Windows

SVN revision: 61192
This commit is contained in:
Vincent Torri 2011-07-10 08:55:46 +00:00
parent 094e70883a
commit 2e1a80fd31
1 changed files with 6 additions and 2 deletions

View File

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