Fix missing include <Ecore.h> for needed ecore functions

(ecore_time_get, ecore_exe_run, etc, etc).



SVN revision: 55027
This commit is contained in:
Christopher Michael 2010-11-26 21:32:34 +00:00
parent 57c6d1b2e0
commit 8719a729ab
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ void *alloca (size_t);
# include <winsock2.h>
#endif
#include <Ecore.h>
#include <Ecore_File.h>
#include "Efreet.h"

View File

@ -29,6 +29,7 @@ void *alloca (size_t);
#include <limits.h>
#include <Eet.h>
#include <Ecore.h>
#include <Ecore_File.h>
#include "Efreet.h"

View File

@ -40,6 +40,7 @@ void *alloca (size_t);
# include <arpa/inet.h>
#endif
#include <Ecore.h>
#include <Ecore_File.h>
#include "Efreet.h"