elementary_test: fix build on windows

Summary:
added missing header

@fix

Reviewers: cedric, seoz, Hermet

Subscribers: reutskiy.v.v

Differential Revision: https://phab.enlightenment.org/D2041

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Andrii Kroitor 2015-02-24 13:23:29 +01:00 committed by Cedric BAIL
parent 2a6b537542
commit 1b8772d7d1
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include <dirent.h>
#define LIST_ITEM_MAX 20