eina_test_clist: foce usage of local eina, not system.

SVN revision: 67390
This commit is contained in:
Gustavo Sverzut Barbieri 2012-01-20 12:44:40 +00:00
parent 1c6ea6ff65
commit f0224e0ecd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <string.h>
#include <assert.h>
#include <Eina.h>
#include "Eina.h"
#include "eina_suite.h"
Eina_Clist string_list = EINA_CLIST_INIT(string_list);