eio: fix mismatch datatypes for internal data model properties.

This commit is contained in:
Guilherme Lepsch 2015-04-05 15:19:47 +02:00 committed by Cedric BAIL
parent 05eecf5c8f
commit 68a31df227
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
# include <config.h>
#endif
#include <stdint.h>
#include <Emodel.h>
#include <Eina.h>
#include <eio_model.h>
@ -693,10 +695,10 @@ _struct_properties_init(void)
{
const char *filename;
const char *path;
double mtime;
struct timeval mtime;
int is_dir;
int is_lnk;
int size;
int64_t size;
} This_Eio_Properties;
static Eina_Value_Struct_Member prop_members[] = {